Color Hex Logo

#bbba72 Color Hex

#BBBA72
(187,186,114)
0 Favorites   0 Comments

Color spaces of #bbba72

RGB 187186114
HSL0.160.350.59
HSV59°39°73°
CMYK 0.000.010.39   0.27
XYZ41.089746.897522.8061
Yxy46.89750.37090.4233
Hunter Lab68.4817-12.741428.1922
CIE-Lab74.1242-10.399736.6109

#bbba72 color RGB value is (187,186,114).

#bbba72 hex color red value is 187, green value is 186 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bbba72 hue: 0.16 , saturation: 0.35 and the lightness value of bbba72 is 0.59.

The process color (four color CMYK) of #bbba72 color hex is 0.00, 0.01, 0.39, 0.27. Web safe color of #bbba72 is #cccc66. Color #bbba72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01110010
Octal 273 272 162
Decimal 187 186 114
Hex BB BA 72

RGB Percentages of Color #bbba72

%38.40
%38.19
%23.41

CMYK Percentages of Color #bbba72

%0
%1
%39
%27

Triadic Colors of #bbba72

#bbba72 #72bbba #ba72bb

Analogous Colors of #bbba72

#bbba72 #98bb72 #bb9672

Monochromatic Colors of #bbba72

#bbba72

Complementary Color

#bbba72 #7273bb

#bbba72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba72 Color CSS Codes

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

#bbba72 Text Font Color

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

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


#bbba72 Background Color

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

This div background color is #bbba72


#bbba72 Border Color

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

This div border color is #bbba72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba72


Comments

No comments written yet.

Please login to write comment.