Color Hex Logo

#bba981 Color Hex

#BBA981
(187,169,129)
0 Favorites   0 Comments

Color spaces of #bba981

RGB 187169129
HSL0.110.300.62
HSV41°31°73°
CMYK 0.000.100.31   0.27
XYZ38.643940.525726.5544
Yxy40.52570.36550.3833
Hunter Lab63.6598-3.048419.8302
CIE-Lab69.84230.401223.0485

#bba981 color RGB value is (187,169,129).

#bba981 hex color red value is 187, green value is 169 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bba981 hue: 0.11 , saturation: 0.30 and the lightness value of bba981 is 0.62.

The process color (four color CMYK) of #bba981 color hex is 0.00, 0.10, 0.31, 0.27. Web safe color of #bba981 is #cc9999. Color #bba981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10000001
Octal 273 251 201
Decimal 187 169 129
Hex BB A9 81

RGB Percentages of Color #bba981

%38.56
%34.85
%26.60

CMYK Percentages of Color #bba981

%0
%10
%31
%27

Triadic Colors of #bba981

#bba981 #81bba9 #a981bb

Analogous Colors of #bba981

#bba981 #b0bb81 #bb8c81

Monochromatic Colors of #bba981

#bba981

Complementary Color

#bba981 #8193bb

#bba981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba981 Color CSS Codes

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

#bba981 Text Font Color

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

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


#bba981 Background Color

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

This div background color is #bba981


#bba981 Border Color

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

This div border color is #bba981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba981


Comments

No comments written yet.

Please login to write comment.