Color Hex Logo

#bb996f Color Hex

#BB996F
(187,153,111)
0 Favorites   0 Comments

Color spaces of #bb996f

RGB 187153111
HSL0.090.360.58
HSV33°41°73°
CMYK 0.000.180.41   0.27
XYZ34.754034.495019.8654
Yxy34.49500.39000.3871
Hunter Lab58.73242.842821.0587
CIE-Lab65.35366.878726.8310

#bb996f color RGB value is (187,153,111).

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

The process color (four color CMYK) of #bb996f color hex is 0.00, 0.18, 0.41, 0.27. Web safe color of #bb996f is #cc9966. Color #bb996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01101111
Octal 273 231 157
Decimal 187 153 111
Hex BB 99 6F

RGB Percentages of Color #bb996f

%41.46
%33.92
%24.61

CMYK Percentages of Color #bb996f

%0
%18
%41
%27

Triadic Colors of #bb996f

#bb996f #6fbb99 #996fbb

Analogous Colors of #bb996f

#bb996f #b7bb6f #bb736f

Monochromatic Colors of #bb996f

#bb996f

Complementary Color

#bb996f #6f91bb

#bb996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb996f Color CSS Codes

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

#bb996f Text Font Color

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

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


#bb996f Background Color

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

This div background color is #bb996f


#bb996f Border Color

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

This div border color is #bb996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb996f


Comments

No comments written yet.

Please login to write comment.