Color Hex Logo

#bbb74a Color Hex

#BBB74A
(187,183,74)
0 Favorites   0 Comments

Color spaces of #bbb74a

RGB 18718374
HSL0.160.450.51
HSV58°60°73°
CMYK 0.000.020.60   0.27
XYZ38.663044.926213.1124
Yxy44.92620.39980.4646
Hunter Lab67.0270-14.333635.3201
CIE-Lab72.8433-12.472954.4128

#bbb74a color RGB value is (187,183,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 01001010
Octal 273 267 112
Decimal 187 183 74
Hex BB B7 4A

RGB Percentages of Color #bbb74a

%42.12
%41.22
%16.67

CMYK Percentages of Color #bbb74a

%0
%2
%60
%27

Triadic Colors of #bbb74a

#bbb74a #4abbb7 #b74abb

Analogous Colors of #bbb74a

#bbb74a #87bb4a #bb7f4a

Monochromatic Colors of #bbb74a

#bbb74a

Complementary Color

#bbb74a #4a4ebb

#bbb74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb74a Color CSS Codes

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

#bbb74a Text Font Color

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

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


#bbb74a Background Color

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

This div background color is #bbb74a


#bbb74a Border Color

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

This div border color is #bbb74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb74a


Comments

No comments written yet.

Please login to write comment.