Color Hex Logo

#b9699f Color Hex

#B9699F
(185,105,159)
0 Favorites   0 Comments

Color spaces of #b9699f

RGB 185105159
HSL0.890.360.57
HSV320°43°73°
CMYK 0.000.430.14   0.27
XYZ31.317222.920635.5744
Yxy22.92060.34870.2552
Hunter Lab47.875532.9817-10.5433
CIE-Lab54.990539.3503-15.3519

#b9699f color RGB value is (185,105,159).

#b9699f hex color red value is 185, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b9699f hue: 0.89 , saturation: 0.36 and the lightness value of b9699f is 0.57.

The process color (four color CMYK) of #b9699f color hex is 0.00, 0.43, 0.14, 0.27. Web safe color of #b9699f is #cc6699. Color #b9699f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 10011111
Octal 271 151 237
Decimal 185 105 159
Hex B9 69 9F

RGB Percentages of Color #b9699f

%41.20
%23.39
%35.41

CMYK Percentages of Color #b9699f

%0
%43
%14
%27

Triadic Colors of #b9699f

#b9699f #9fb969 #699fb9

Analogous Colors of #b9699f

#b9699f #b96977 #ab69b9

Monochromatic Colors of #b9699f

#b9699f

Complementary Color

#b9699f #69b983

#b9699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9699f Color CSS Codes

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

#b9699f Text Font Color

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

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


#b9699f Background Color

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

This div background color is #b9699f


#b9699f Border Color

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

This div border color is #b9699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9699f


Comments

No comments written yet.

Please login to write comment.