Color Hex Logo

#bbab7a Color Hex

#BBAB7A
(187,171,122)
0 Favorites   0 Comments

Color spaces of #bbab7a

RGB 187171122
HSL0.130.320.61
HSV45°35°73°
CMYK 0.000.090.35   0.27
XYZ38.569341.095824.3118
Yxy41.09580.37090.3952
Hunter Lab64.1060-4.791222.3888
CIE-Lab70.2430-1.564327.3609

#bbab7a color RGB value is (187,171,122).

#bbab7a hex color red value is 187, green value is 171 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bbab7a hue: 0.13 , saturation: 0.32 and the lightness value of bbab7a is 0.61.

The process color (four color CMYK) of #bbab7a color hex is 0.00, 0.09, 0.35, 0.27. Web safe color of #bbab7a is #cc9966. Color #bbab7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01111010
Octal 273 253 172
Decimal 187 171 122
Hex BB AB 7A

RGB Percentages of Color #bbab7a

%38.96
%35.63
%25.42

CMYK Percentages of Color #bbab7a

%0
%9
%35
%27

Triadic Colors of #bbab7a

#bbab7a #7abbab #ab7abb

Analogous Colors of #bbab7a

#bbab7a #abbb7a #bb8b7a

Monochromatic Colors of #bbab7a

#bbab7a

Complementary Color

#bbab7a #7a8abb

#bbab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab7a Color CSS Codes

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

#bbab7a Text Font Color

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

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


#bbab7a Background Color

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

This div background color is #bbab7a


#bbab7a Border Color

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

This div border color is #bbab7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab7a


Comments

No comments written yet.

Please login to write comment.