Color Hex Logo

#bbb73a Color Hex

#BBB73A
(187,183,58)
0 Favorites   0 Comments

Color spaces of #bbb73a

RGB 18718358
HSL0.160.530.48
HSV58°69°73°
CMYK 0.000.020.69   0.27
XYZ38.190744.737310.6253
Yxy44.73730.40820.4782
Hunter Lab66.8859-15.130037.4015
CIE-Lab72.7186-13.450160.8848

#bbb73a color RGB value is (187,183,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 00111010
Octal 273 267 72
Decimal 187 183 58
Hex BB B7 3A

RGB Percentages of Color #bbb73a

%43.69
%42.76
%13.55

CMYK Percentages of Color #bbb73a

%0
%2
%69
%27

Triadic Colors of #bbb73a

#bbb73a #3abbb7 #b73abb

Analogous Colors of #bbb73a

#bbb73a #7fbb3a #bb773a

Monochromatic Colors of #bbb73a

#bbb73a

Complementary Color

#bbb73a #3a3ebb

#bbb73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb73a Color CSS Codes

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

#bbb73a Text Font Color

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

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


#bbb73a Background Color

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

This div background color is #bbb73a


#bbb73a Border Color

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

This div border color is #bbb73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb73a


Comments

No comments written yet.

Please login to write comment.