Color Hex Logo

#bbb586 Color Hex

#BBB586
(187,181,134)
0 Favorites   0 Comments

Color spaces of #bbb586

RGB 187181134
HSL0.150.280.63
HSV53°28°73°
CMYK 0.000.030.28   0.27
XYZ41.320545.333829.1267
Yxy45.33380.35690.3915
Hunter Lab67.3304-8.283121.4828
CIE-Lab73.1111-5.326724.7733

#bbb586 color RGB value is (187,181,134).

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

The process color (four color CMYK) of #bbb586 color hex is 0.00, 0.03, 0.28, 0.27. Web safe color of #bbb586 is #cccc99. Color #bbb586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 10000110
Octal 273 265 206
Decimal 187 181 134
Hex BB B5 86

RGB Percentages of Color #bbb586

%37.25
%36.06
%26.69

CMYK Percentages of Color #bbb586

%0
%3
%28
%27

Triadic Colors of #bbb586

#bbb586 #86bbb5 #b586bb

Analogous Colors of #bbb586

#bbb586 #a7bb86 #bb9b86

Monochromatic Colors of #bbb586

#bbb586

Complementary Color

#bbb586 #868cbb

#bbb586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb586 Color CSS Codes

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

#bbb586 Text Font Color

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

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


#bbb586 Background Color

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

This div background color is #bbb586


#bbb586 Border Color

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

This div border color is #bbb586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb586


Comments

No comments written yet.

Please login to write comment.