Color Hex Logo

#b5999f Color Hex

#B5999F
(181,153,159)
0 Favorites   0 Comments

Color spaces of #b5999f

RGB 181153159
HSL0.960.160.65
HSV347°15°71°
CMYK 0.000.150.12   0.29
XYZ36.705335.109437.6431
Yxy35.10940.33530.3208
Hunter Lab59.25326.88153.8107
CIE-Lab65.833811.37900.7235

#b5999f color RGB value is (181,153,159).

#b5999f hex color red value is 181, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5999f hue: 0.96 , saturation: 0.16 and the lightness value of b5999f is 0.65.

The process color (four color CMYK) of #b5999f color hex is 0.00, 0.15, 0.12, 0.29. Web safe color of #b5999f is #cc9999. Color #b5999f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 10011111
Octal 265 231 237
Decimal 181 153 159
Hex B5 99 9F

RGB Percentages of Color #b5999f

%36.71
%31.03
%32.25

CMYK Percentages of Color #b5999f

%0
%15
%12
%29

Triadic Colors of #b5999f

#b5999f #9fb599 #999fb5

Analogous Colors of #b5999f

#b5999f #b5a199 #b599ad

Monochromatic Colors of #b5999f

#b5999f

Complementary Color

#b5999f #99b5af

#b5999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5999f Color CSS Codes

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

#b5999f Text Font Color

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

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


#b5999f Background Color

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

This div background color is #b5999f


#b5999f Border Color

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

This div border color is #b5999f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5999f


Comments

No comments written yet.

Please login to write comment.