Color Hex Logo

#bbb04f Color Hex

#BBB04F
(187,176,79)
0 Favorites   0 Comments

Color spaces of #bbb04f

RGB 18717679
HSL0.150.440.52
HSV54°58°73°
CMYK 0.000.060.58   0.27
XYZ37.430142.180013.5659
Yxy42.18000.40170.4527
Hunter Lab64.9461-10.781733.0778
CIE-Lab70.9948-8.486050.1002

#bbb04f color RGB value is (187,176,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01001111
Octal 273 260 117
Decimal 187 176 79
Hex BB B0 4F

RGB Percentages of Color #bbb04f

%42.31
%39.82
%17.87

CMYK Percentages of Color #bbb04f

%0
%6
%58
%27

Triadic Colors of #bbb04f

#bbb04f #4fbbb0 #b04fbb

Analogous Colors of #bbb04f

#bbb04f #90bb4f #bb7a4f

Monochromatic Colors of #bbb04f

#bbb04f

Complementary Color

#bbb04f #4f5abb

#bbb04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb04f Color CSS Codes

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

#bbb04f Text Font Color

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

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


#bbb04f Background Color

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

This div background color is #bbb04f


#bbb04f Border Color

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

This div border color is #bbb04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb04f


Comments

No comments written yet.

Please login to write comment.