Color Hex Logo

#bba970 Color Hex

#BBA970
(187,169,112)
0 Favorites   0 Comments

Color spaces of #bba970

RGB 187169112
HSL0.130.360.59
HSV46°40°73°
CMYK 0.000.100.40   0.27
XYZ37.606140.110621.0893
Yxy40.11060.38060.4060
Hunter Lab63.3329-4.842124.5900
CIE-Lab69.5482-1.677131.7799

#bba970 color RGB value is (187,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01110000
Octal 273 251 160
Decimal 187 169 112
Hex BB A9 70

RGB Percentages of Color #bba970

%39.96
%36.11
%23.93

CMYK Percentages of Color #bba970

%0
%10
%40
%27

Triadic Colors of #bba970

#bba970 #70bba9 #a970bb

Analogous Colors of #bba970

#bba970 #a8bb70 #bb8470

Monochromatic Colors of #bba970

#bba970

Complementary Color

#bba970 #7082bb

#bba970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba970 Color CSS Codes

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

#bba970 Text Font Color

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

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


#bba970 Background Color

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

This div background color is #bba970


#bba970 Border Color

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

This div border color is #bba970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba970


Comments

No comments written yet.

Please login to write comment.