Color Hex Logo

#bbb05f Color Hex

#BBB05F
(187,176,95)
0 Favorites   0 Comments

Color spaces of #bbb05f

RGB 18717695
HSL0.150.400.55
HSV53°49°73°
CMYK 0.000.060.49   0.27
XYZ38.084442.441717.0113
Yxy42.44170.39050.4351
Hunter Lab65.1473-9.658630.1213
CIE-Lab71.1744-7.136842.5825

#bbb05f color RGB value is (187,176,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01011111
Octal 273 260 137
Decimal 187 176 95
Hex BB B0 5F

RGB Percentages of Color #bbb05f

%40.83
%38.43
%20.74

CMYK Percentages of Color #bbb05f

%0
%6
%49
%27

Triadic Colors of #bbb05f

#bbb05f #5fbbb0 #b05fbb

Analogous Colors of #bbb05f

#bbb05f #98bb5f #bb825f

Monochromatic Colors of #bbb05f

#bbb05f

Complementary Color

#bbb05f #5f6abb

#bbb05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb05f Color CSS Codes

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

#bbb05f Text Font Color

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

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


#bbb05f Background Color

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

This div background color is #bbb05f


#bbb05f Border Color

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

This div border color is #bbb05f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,176,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 #bbb05f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb05f


Comments

No comments written yet.

Please login to write comment.