Color Hex Logo

#bba576 Color Hex

#BBA576
(187,165,118)
0 Favorites   0 Comments

Color spaces of #bba576

RGB 187165118
HSL0.110.340.60
HSV41°37°73°
CMYK 0.000.120.37   0.27
XYZ37.218738.783122.6638
Yxy38.78310.37720.3931
Hunter Lab62.2761-2.304322.0162
CIE-Lab68.59391.171827.3235

#bba576 color RGB value is (187,165,118).

#bba576 hex color red value is 187, green value is 165 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bba576 hue: 0.11 , saturation: 0.34 and the lightness value of bba576 is 0.60.

The process color (four color CMYK) of #bba576 color hex is 0.00, 0.12, 0.37, 0.27. Web safe color of #bba576 is #cc9966. Color #bba576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 01110110
Octal 273 245 166
Decimal 187 165 118
Hex BB A5 76

RGB Percentages of Color #bba576

%39.79
%35.11
%25.11

CMYK Percentages of Color #bba576

%0
%12
%37
%27

Triadic Colors of #bba576

#bba576 #76bba5 #a576bb

Analogous Colors of #bba576

#bba576 #afbb76 #bb8376

Monochromatic Colors of #bba576

#bba576

Complementary Color

#bba576 #768cbb

#bba576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba576 Color CSS Codes

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

#bba576 Text Font Color

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

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


#bba576 Background Color

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

This div background color is #bba576


#bba576 Border Color

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

This div border color is #bba576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba576


Comments

No comments written yet.

Please login to write comment.