Color Hex Logo

#bb966a Color Hex

#BB966A
(187,150,106)
0 Favorites   0 Comments

Color spaces of #bb966a

RGB 187150106
HSL0.090.370.57
HSV33°43°73°
CMYK 0.000.200.43   0.27
XYZ34.001433.418118.2939
Yxy33.41810.39670.3899
Hunter Lab57.80843.824421.7031
CIE-Lab64.49807.966728.4296

#bb966a color RGB value is (187,150,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 01101010
Octal 273 226 152
Decimal 187 150 106
Hex BB 96 6A

RGB Percentages of Color #bb966a

%42.21
%33.86
%23.93

CMYK Percentages of Color #bb966a

%0
%20
%43
%27

Triadic Colors of #bb966a

#bb966a #6abb96 #966abb

Analogous Colors of #bb966a

#bb966a #b8bb6a #bb6e6a

Monochromatic Colors of #bb966a

#bb966a

Complementary Color

#bb966a #6a8fbb

#bb966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb966a Color CSS Codes

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

#bb966a Text Font Color

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

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


#bb966a Background Color

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

This div background color is #bb966a


#bb966a Border Color

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

This div border color is #bb966a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,150,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 #bb966a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb966a


Comments

No comments written yet.

Please login to write comment.