Color Hex Logo

#bbb52a Color Hex

#BBB52A
(187,181,42)
0 Favorites   0 Comments

Color spaces of #bbb52a

RGB 18718142
HSL0.160.630.45
HSV58°78°73°
CMYK 0.000.030.78   0.27
XYZ37.435343.77978.6678
Yxy43.77970.41650.4871
Hunter Lab66.1662-14.799838.5493
CIE-Lab72.0810-13.150865.8279

#bbb52a color RGB value is (187,181,42).

#bbb52a hex color red value is 187, green value is 181 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bbb52a hue: 0.16 , saturation: 0.63 and the lightness value of bbb52a is 0.45.

The process color (four color CMYK) of #bbb52a color hex is 0.00, 0.03, 0.78, 0.27. Web safe color of #bbb52a is #cccc33. Color #bbb52a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 00101010
Octal 273 265 52
Decimal 187 181 42
Hex BB B5 2A

RGB Percentages of Color #bbb52a

%45.61
%44.15
%10.24

CMYK Percentages of Color #bbb52a

%0
%3
%78
%27

Triadic Colors of #bbb52a

#bbb52a #2abbb5 #b52abb

Analogous Colors of #bbb52a

#bbb52a #79bb2a #bb6d2a

Monochromatic Colors of #bbb52a

#bbb52a

Complementary Color

#bbb52a #2a30bb

#bbb52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb52a Color CSS Codes

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

#bbb52a Text Font Color

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

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


#bbb52a Background Color

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

This div background color is #bbb52a


#bbb52a Border Color

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

This div border color is #bbb52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb52a


Comments

No comments written yet.

Please login to write comment.