Color Hex Logo

#bb786d Color Hex

#BB786D
(187,120,109)
0 Favorites   0 Comments

Color spaces of #bb786d

RGB 187120109
HSL0.020.360.58
HSV42°73°
CMYK 0.000.360.42   0.27
XYZ29.970325.101917.7335
Yxy25.10190.41160.3448
Hunter Lab50.101819.098414.0856
CIE-Lab57.174624.912416.9416

#bb786d color RGB value is (187,120,109).

#bb786d hex color red value is 187, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb786d hue: 0.02 , saturation: 0.36 and the lightness value of bb786d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 01101101
Octal 273 170 155
Decimal 187 120 109
Hex BB 78 6D

RGB Percentages of Color #bb786d

%44.95
%28.85
%26.20

CMYK Percentages of Color #bb786d

%0
%36
%42
%27

Triadic Colors of #bb786d

#bb786d #6dbb78 #786dbb

Analogous Colors of #bb786d

#bb786d #bb9f6d #bb6d89

Monochromatic Colors of #bb786d

#bb786d

Complementary Color

#bb786d #6db0bb

#bb786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb786d Color CSS Codes

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

#bb786d Text Font Color

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

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


#bb786d Background Color

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

This div background color is #bb786d


#bb786d Border Color

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

This div border color is #bb786d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb786d


Comments

No comments written yet.

Please login to write comment.