Color Hex Logo

#bbb566 Color Hex

#BBB566
(187,181,102)
0 Favorites   0 Comments

Color spaces of #bbb566

RGB 187181102
HSL0.150.380.57
HSV56°45°73°
CMYK 0.000.030.45   0.27
XYZ39.415744.571919.0962
Yxy44.57190.38240.4324
Hunter Lab66.7622-11.449329.7746
CIE-Lab72.6091-9.074840.8239

#bbb566 color RGB value is (187,181,102).

#bbb566 hex color red value is 187, green value is 181 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbb566 hue: 0.15 , saturation: 0.38 and the lightness value of bbb566 is 0.57.

The process color (four color CMYK) of #bbb566 color hex is 0.00, 0.03, 0.45, 0.27. Web safe color of #bbb566 is #cccc66. Color #bbb566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01100110
Octal 273 265 146
Decimal 187 181 102
Hex BB B5 66

RGB Percentages of Color #bbb566

%39.79
%38.51
%21.70

CMYK Percentages of Color #bbb566

%0
%3
%45
%27

Triadic Colors of #bbb566

#bbb566 #66bbb5 #b566bb

Analogous Colors of #bbb566

#bbb566 #97bb66 #bb8b66

Monochromatic Colors of #bbb566

#bbb566

Complementary Color

#bbb566 #666cbb

#bbb566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb566 Color CSS Codes

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

#bbb566 Text Font Color

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

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


#bbb566 Background Color

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

This div background color is #bbb566


#bbb566 Border Color

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

This div border color is #bbb566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb566


Comments

No comments written yet.

Please login to write comment.