Color Hex Logo

#bba972 Color Hex

#BBA972
(187,169,114)
0 Favorites   0 Comments

Color spaces of #bba972

RGB 187169114
HSL0.130.350.59
HSV45°39°73°
CMYK 0.000.100.39   0.27
XYZ37.718740.155621.6824
Yxy40.15560.37890.4033
Hunter Lab63.3684-4.646524.0710
CIE-Lab69.5802-1.449030.7603

#bba972 color RGB value is (187,169,114).

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

The process color (four color CMYK) of #bba972 color hex is 0.00, 0.10, 0.39, 0.27. Web safe color of #bba972 is #cc9966. Color #bba972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01110010
Octal 273 251 162
Decimal 187 169 114
Hex BB A9 72

RGB Percentages of Color #bba972

%39.79
%35.96
%24.26

CMYK Percentages of Color #bba972

%0
%10
%39
%27

Triadic Colors of #bba972

#bba972 #72bba9 #a972bb

Analogous Colors of #bba972

#bba972 #a9bb72 #bb8572

Monochromatic Colors of #bba972

#bba972

Complementary Color

#bba972 #7284bb

#bba972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba972 Color CSS Codes

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

#bba972 Text Font Color

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

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


#bba972 Background Color

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

This div background color is #bba972


#bba972 Border Color

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

This div border color is #bba972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba972


Comments

No comments written yet.

Please login to write comment.