Color Hex Logo

#bb773e Color Hex

#BB773E
(187,119,62)
0 Favorites   0 Comments

Color spaces of #bb773e

RGB 18711962
HSL0.080.500.49
HSV27°67°73°
CMYK 0.000.360.67   0.27
XYZ27.959824.10627.7368
Yxy24.10620.46750.4031
Hunter Lab49.098115.728525.0258
CIE-Lab56.194021.352541.6342

#bb773e color RGB value is (187,119,62).

#bb773e hex color red value is 187, green value is 119 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb773e hue: 0.08 , saturation: 0.50 and the lightness value of bb773e is 0.49.

The process color (four color CMYK) of #bb773e color hex is 0.00, 0.36, 0.67, 0.27. Web safe color of #bb773e is #cc6633. Color #bb773e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 00111110
Octal 273 167 76
Decimal 187 119 62
Hex BB 77 3E

RGB Percentages of Color #bb773e

%50.82
%32.34
%16.85

CMYK Percentages of Color #bb773e

%0
%36
%67
%27

Triadic Colors of #bb773e

#bb773e #3ebb77 #773ebb

Analogous Colors of #bb773e

#bb773e #bbb63e #bb3e44

Monochromatic Colors of #bb773e

#bb773e

Complementary Color

#bb773e #3e82bb

#bb773e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb773e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb773e Color CSS Codes

.mybgcolor {background-color:#bb773e; } 
.myforecolor {color:#bb773e; }
.mybordercolor {border:3px solid #bb773e; }

#bb773e Text Font Color

<p style="color:#bb773e">Text here</p>

This sample text font color is #bb773e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb773e Background Color

<div style="background-color:#bb773e">
Div content here</div>

This div background color is #bb773e


#bb773e Border Color

<div style="border:3px solid #bb773e">
Div here</div>

This div border color is #bb773e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,119,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb773e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb773e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb773e;
  box-shadow:         1px 1px 3px 2px #bb773e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,119,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb773e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb773e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb773e;
  box-shadow:         1px 1px 3px 2px #bb773e;">
Div content here</div>

This div box has shadow with color #bb773e


Comments

No comments written yet.

Please login to write comment.