Color Hex Logo

#bba97a Color Hex

#BBA97A
(187,169,122)
0 Favorites   0 Comments

Color spaces of #bba97a

RGB 187169122
HSL0.120.320.61
HSV43°35°73°
CMYK 0.000.100.35   0.27
XYZ38.194340.345924.1868
Yxy40.34590.37180.3927
Hunter Lab63.5184-3.823321.8862
CIE-Lab69.7152-0.492926.6592

#bba97a color RGB value is (187,169,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01111010
Octal 273 251 172
Decimal 187 169 122
Hex BB A9 7A

RGB Percentages of Color #bba97a

%39.12
%35.36
%25.52

CMYK Percentages of Color #bba97a

%0
%10
%35
%27

Triadic Colors of #bba97a

#bba97a #7abba9 #a97abb

Analogous Colors of #bba97a

#bba97a #adbb7a #bb897a

Monochromatic Colors of #bba97a

#bba97a

Complementary Color

#bba97a #7a8cbb

#bba97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba97a Color CSS Codes

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

#bba97a Text Font Color

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

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


#bba97a Background Color

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

This div background color is #bba97a


#bba97a Border Color

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

This div border color is #bba97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba97a


Comments

No comments written yet.

Please login to write comment.