Color Hex Logo

#bb986b Color Hex

#BB986B
(187,152,107)
0 Favorites   0 Comments

Color spaces of #bb986b

RGB 187152107
HSL0.090.370.58
HSV34°43°73°
CMYK 0.000.190.43   0.27
XYZ34.375634.082818.6768
Yxy34.08280.39450.3911
Hunter Lab58.38052.938621.8986
CIE-Lab65.02826.978728.5791

#bb986b color RGB value is (187,152,107).

#bb986b hex color red value is 187, green value is 152 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bb986b hue: 0.09 , saturation: 0.37 and the lightness value of bb986b is 0.58.

The process color (four color CMYK) of #bb986b color hex is 0.00, 0.19, 0.43, 0.27. Web safe color of #bb986b is #cc9966. Color #bb986b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 01101011
Octal 273 230 153
Decimal 187 152 107
Hex BB 98 6B

RGB Percentages of Color #bb986b

%41.93
%34.08
%23.99

CMYK Percentages of Color #bb986b

%0
%19
%43
%27

Triadic Colors of #bb986b

#bb986b #6bbb98 #986bbb

Analogous Colors of #bb986b

#bb986b #b6bb6b #bb706b

Monochromatic Colors of #bb986b

#bb986b

Complementary Color

#bb986b #6b8ebb

#bb986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb986b Color CSS Codes

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

#bb986b Text Font Color

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

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


#bb986b Background Color

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

This div background color is #bb986b


#bb986b Border Color

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

This div border color is #bb986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb986b


Comments

No comments written yet.

Please login to write comment.