Color Hex Logo

#bba88a Color Hex

#BBA88A
(187,168,138)
0 Favorites   0 Comments

Color spaces of #bba88a

RGB 187168138
HSL0.100.260.64
HSV37°26°73°
CMYK 0.000.100.26   0.27
XYZ39.083640.405029.7838
Yxy40.40500.35770.3698
Hunter Lab63.5649-1.485916.7147
CIE-Lab69.75702.168518.0284

#bba88a color RGB value is (187,168,138).

#bba88a hex color red value is 187, green value is 168 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bba88a hue: 0.10 , saturation: 0.26 and the lightness value of bba88a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10001010
Octal 273 250 212
Decimal 187 168 138
Hex BB A8 8A

RGB Percentages of Color #bba88a

%37.93
%34.08
%27.99

CMYK Percentages of Color #bba88a

%0
%10
%26
%27

Triadic Colors of #bba88a

#bba88a #8abba8 #a88abb

Analogous Colors of #bba88a

#bba88a #b6bb8a #bb908a

Monochromatic Colors of #bba88a

#bba88a

Complementary Color

#bba88a #8a9dbb

#bba88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba88a Color CSS Codes

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

#bba88a Text Font Color

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

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


#bba88a Background Color

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

This div background color is #bba88a


#bba88a Border Color

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

This div border color is #bba88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba88a


Comments

No comments written yet.

Please login to write comment.