Color Hex Logo

#ba999f Color Hex

#BA999F
(186,153,159)
0 Favorites   0 Comments

Color spaces of #ba999f

RGB 186153159
HSL0.970.190.66
HSV349°18°73°
CMYK 0.000.180.15   0.27
XYZ37.898935.724837.6990
Yxy35.72480.34040.3209
Hunter Lab59.77028.58484.4431
CIE-Lab66.309113.23481.4736

#ba999f color RGB value is (186,153,159).

#ba999f hex color red value is 186, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba999f hue: 0.97 , saturation: 0.19 and the lightness value of ba999f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 10011111
Octal 272 231 237
Decimal 186 153 159
Hex BA 99 9F

RGB Percentages of Color #ba999f

%37.35
%30.72
%31.93

CMYK Percentages of Color #ba999f

%0
%18
%15
%27

Triadic Colors of #ba999f

#ba999f #9fba99 #999fba

Analogous Colors of #ba999f

#ba999f #baa499 #ba99b0

Monochromatic Colors of #ba999f

#ba999f

Complementary Color

#ba999f #99bab4

#ba999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba999f Color CSS Codes

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

#ba999f Text Font Color

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

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


#ba999f Background Color

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

This div background color is #ba999f


#ba999f Border Color

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

This div border color is #ba999f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,153,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba999f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba999f;
  -webkit-box-shadow: 1px 1px 3px 2px #ba999f;
  box-shadow:         1px 1px 3px 2px #ba999f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,153,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba999f


Comments

No comments written yet.

Please login to write comment.