Color Hex Logo

#bbb15f Color Hex

#BBB15F
(187,177,95)
0 Favorites   0 Comments

Color spaces of #bbb15f

RGB 18717795
HSL0.150.400.55
HSV53°49°73°
CMYK 0.000.050.49   0.27
XYZ38.281242.835317.0769
Yxy42.83530.38990.4362
Hunter Lab65.4487-10.129830.3441
CIE-Lab71.4430-7.660942.9074

#bbb15f color RGB value is (187,177,95).

#bbb15f hex color red value is 187, green value is 177 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbb15f hue: 0.15 , saturation: 0.40 and the lightness value of bbb15f is 0.55.

The process color (four color CMYK) of #bbb15f color hex is 0.00, 0.05, 0.49, 0.27. Web safe color of #bbb15f is #cc9966. Color #bbb15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01011111
Octal 273 261 137
Decimal 187 177 95
Hex BB B1 5F

RGB Percentages of Color #bbb15f

%40.74
%38.56
%20.70

CMYK Percentages of Color #bbb15f

%0
%5
%49
%27

Triadic Colors of #bbb15f

#bbb15f #5fbbb1 #b15fbb

Analogous Colors of #bbb15f

#bbb15f #97bb5f #bb835f

Monochromatic Colors of #bbb15f

#bbb15f

Complementary Color

#bbb15f #5f69bb

#bbb15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb15f Color CSS Codes

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

#bbb15f Text Font Color

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

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


#bbb15f Background Color

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

This div background color is #bbb15f


#bbb15f Border Color

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

This div border color is #bbb15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb15f


Comments

No comments written yet.

Please login to write comment.