Color Hex Logo

#bbb04e Color Hex

#BBB04E
(187,176,78)
0 Favorites   0 Comments

Color spaces of #bbb04e

RGB 18717678
HSL0.150.440.52
HSV54°58°73°
CMYK 0.000.060.58   0.27
XYZ37.394042.165513.3756
Yxy42.16550.40240.4537
Hunter Lab64.9350-10.843733.2417
CIE-Lab70.9849-8.560950.5522

#bbb04e color RGB value is (187,176,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01001110
Octal 273 260 116
Decimal 187 176 78
Hex BB B0 4E

RGB Percentages of Color #bbb04e

%42.40
%39.91
%17.69

CMYK Percentages of Color #bbb04e

%0
%6
%58
%27

Triadic Colors of #bbb04e

#bbb04e #4ebbb0 #b04ebb

Analogous Colors of #bbb04e

#bbb04e #90bb4e #bb7a4e

Monochromatic Colors of #bbb04e

#bbb04e

Complementary Color

#bbb04e #4e59bb

#bbb04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb04e Color CSS Codes

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

#bbb04e Text Font Color

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

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


#bbb04e Background Color

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

This div background color is #bbb04e


#bbb04e Border Color

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

This div border color is #bbb04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb04e


Comments

No comments written yet.

Please login to write comment.