Color Hex Logo

#bb776a Color Hex

#BB776A
(187,119,106)
0 Favorites   0 Comments

Color spaces of #bb776a

RGB 187119106
HSL0.030.370.57
HSV10°43°73°
CMYK 0.000.360.43   0.27
XYZ29.691924.799116.8574
Yxy24.79910.41620.3476
Hunter Lab49.798719.280914.7888
CIE-Lab56.879125.128818.2613

#bb776a color RGB value is (187,119,106).

#bb776a hex color red value is 187, green value is 119 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb776a hue: 0.03 , saturation: 0.37 and the lightness value of bb776a is 0.57.

The process color (four color CMYK) of #bb776a color hex is 0.00, 0.36, 0.43, 0.27. Web safe color of #bb776a is #cc6666. Color #bb776a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 01101010
Octal 273 167 152
Decimal 187 119 106
Hex BB 77 6A

RGB Percentages of Color #bb776a

%45.39
%28.88
%25.73

CMYK Percentages of Color #bb776a

%0
%36
%43
%27

Triadic Colors of #bb776a

#bb776a #6abb77 #776abb

Analogous Colors of #bb776a

#bb776a #bba06a #bb6a86

Monochromatic Colors of #bb776a

#bb776a

Complementary Color

#bb776a #6aaebb

#bb776a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb776a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb776a Color CSS Codes

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

#bb776a Text Font Color

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

This sample text font color is #bb776a
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.


#bb776a Background Color

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

This div background color is #bb776a


#bb776a Border Color

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

This div border color is #bb776a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb776a


Comments

No comments written yet.

Please login to write comment.