Color Hex Logo

#bbb53a Color Hex

#BBB53A
(187,181,58)
0 Favorites   0 Comments

Color spaces of #bbb53a

RGB 18718158
HSL0.160.530.48
HSV57°69°73°
CMYK 0.000.030.69   0.27
XYZ37.781143.918010.4887
Yxy43.91800.40980.4764
Hunter Lab66.2707-14.210337.0056
CIE-Lab72.1737-12.425160.3416

#bbb53a color RGB value is (187,181,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 00111010
Octal 273 265 72
Decimal 187 181 58
Hex BB B5 3A

RGB Percentages of Color #bbb53a

%43.90
%42.49
%13.62

CMYK Percentages of Color #bbb53a

%0
%3
%69
%27

Triadic Colors of #bbb53a

#bbb53a #3abbb5 #b53abb

Analogous Colors of #bbb53a

#bbb53a #81bb3a #bb753a

Monochromatic Colors of #bbb53a

#bbb53a

Complementary Color

#bbb53a #3a40bb

#bbb53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb53a Color CSS Codes

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

#bbb53a Text Font Color

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

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


#bbb53a Background Color

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

This div background color is #bbb53a


#bbb53a Border Color

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

This div border color is #bbb53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb53a


Comments

No comments written yet.

Please login to write comment.