Color Hex Logo

#bba39a Color Hex

#BBA39A
(187,163,154)
0 Favorites   0 Comments

Color spaces of #bba39a

RGB 187163154
HSL0.050.200.67
HSV16°18°73°
CMYK 0.000.130.18   0.27
XYZ39.423439.092336.0396
Yxy39.09230.34410.3413
Hunter Lab62.52383.13369.5911
CIE-Lab68.81817.29017.8910

#bba39a color RGB value is (187,163,154).

#bba39a hex color red value is 187, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bba39a hue: 0.05 , saturation: 0.20 and the lightness value of bba39a is 0.67.

The process color (four color CMYK) of #bba39a color hex is 0.00, 0.13, 0.18, 0.27. Web safe color of #bba39a is #cc9999. Color #bba39a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10011010
Octal 273 243 232
Decimal 187 163 154
Hex BB A3 9A

RGB Percentages of Color #bba39a

%37.10
%32.34
%30.56

CMYK Percentages of Color #bba39a

%0
%13
%18
%27

Triadic Colors of #bba39a

#bba39a #9abba3 #a39abb

Analogous Colors of #bba39a

#bba39a #bbb49a #bb9aa2

Monochromatic Colors of #bba39a

#bba39a

Complementary Color

#bba39a #9ab2bb

#bba39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba39a Color CSS Codes

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

#bba39a Text Font Color

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

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


#bba39a Background Color

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

This div background color is #bba39a


#bba39a Border Color

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

This div border color is #bba39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba39a


Comments

No comments written yet.

Please login to write comment.