Color Hex Logo

#bbb581 Color Hex

#BBB581
(187,181,129)
0 Favorites   0 Comments

Color spaces of #bbb581

RGB 187181129
HSL0.150.300.62
HSV54°31°73°
CMYK 0.000.030.31   0.27
XYZ40.979845.197527.3330
Yxy45.19750.36100.3982
Hunter Lab67.2291-8.845422.9551
CIE-Lab73.0217-5.985327.3207

#bbb581 color RGB value is (187,181,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 10000001
Octal 273 265 201
Decimal 187 181 129
Hex BB B5 81

RGB Percentages of Color #bbb581

%37.63
%36.42
%25.96

CMYK Percentages of Color #bbb581

%0
%3
%31
%27

Triadic Colors of #bbb581

#bbb581 #81bbb5 #b581bb

Analogous Colors of #bbb581

#bbb581 #a4bb81 #bb9881

Monochromatic Colors of #bbb581

#bbb581

Complementary Color

#bbb581 #8187bb

#bbb581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb581 Color CSS Codes

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

#bbb581 Text Font Color

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

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


#bbb581 Background Color

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

This div background color is #bbb581


#bbb581 Border Color

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

This div border color is #bbb581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb581


Comments

No comments written yet.

Please login to write comment.