Color Hex Logo

#bbb58f Color Hex

#BBB58F
(187,181,143)
0 Favorites   0 Comments

Color spaces of #bbb58f

RGB 187181143
HSL0.140.240.65
HSV52°24°73°
CMYK 0.000.030.24   0.27
XYZ41.975345.595732.5751
Yxy45.59570.34940.3795
Hunter Lab67.5246-7.207118.6646
CIE-Lab73.2824-4.074720.1714

#bbb58f color RGB value is (187,181,143).

#bbb58f hex color red value is 187, green value is 181 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbb58f hue: 0.14 , saturation: 0.24 and the lightness value of bbb58f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 10001111
Octal 273 265 217
Decimal 187 181 143
Hex BB B5 8F

RGB Percentages of Color #bbb58f

%36.59
%35.42
%27.98

CMYK Percentages of Color #bbb58f

%0
%3
%24
%27

Triadic Colors of #bbb58f

#bbb58f #8fbbb5 #b58fbb

Analogous Colors of #bbb58f

#bbb58f #abbb8f #bb9f8f

Monochromatic Colors of #bbb58f

#bbb58f

Complementary Color

#bbb58f #8f95bb

#bbb58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb58f Color CSS Codes

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

#bbb58f Text Font Color

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

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


#bbb58f Background Color

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

This div background color is #bbb58f


#bbb58f Border Color

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

This div border color is #bbb58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb58f


Comments

No comments written yet.

Please login to write comment.