Color Hex Logo

#bba87a Color Hex

#BBA87A
(187,168,122)
0 Favorites   0 Comments

Color spaces of #bba87a

RGB 187168122
HSL0.120.320.61
HSV42°35°73°
CMYK 0.000.100.35   0.27
XYZ38.009039.975224.1250
Yxy39.97520.37220.3915
Hunter Lab63.2259-3.338121.6350
CIE-Lab69.45190.044526.3084

#bba87a color RGB value is (187,168,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01111010
Octal 273 250 172
Decimal 187 168 122
Hex BB A8 7A

RGB Percentages of Color #bba87a

%39.20
%35.22
%25.58

CMYK Percentages of Color #bba87a

%0
%10
%35
%27

Triadic Colors of #bba87a

#bba87a #7abba8 #a87abb

Analogous Colors of #bba87a

#bba87a #aebb7a #bb887a

Monochromatic Colors of #bba87a

#bba87a

Complementary Color

#bba87a #7a8dbb

#bba87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba87a Color CSS Codes

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

#bba87a Text Font Color

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

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


#bba87a Background Color

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

This div background color is #bba87a


#bba87a Border Color

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

This div border color is #bba87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba87a


Comments

No comments written yet.

Please login to write comment.