Color Hex Logo

#b99baf Color Hex

#B99BAF
(185,155,175)
0 Favorites   0 Comments

Color spaces of #b99baf

RGB 185155175
HSL0.890.180.67
HSV320°16°73°
CMYK 0.000.160.05   0.27
XYZ39.466836.852145.5905
Yxy36.85210.32370.3023
Hunter Lab60.70599.8130-2.0330
CIE-Lab67.165914.5483-6.2345

#b99baf color RGB value is (185,155,175).

#b99baf hex color red value is 185, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b99baf hue: 0.89 , saturation: 0.18 and the lightness value of b99baf is 0.67.

The process color (four color CMYK) of #b99baf color hex is 0.00, 0.16, 0.05, 0.27. Web safe color of #b99baf is #cc9999. Color #b99baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 10101111
Octal 271 233 257
Decimal 185 155 175
Hex B9 9B AF

RGB Percentages of Color #b99baf

%35.92
%30.10
%33.98

CMYK Percentages of Color #b99baf

%0
%16
%5
%27

Triadic Colors of #b99baf

#b99baf #afb99b #9bafb9

Analogous Colors of #b99baf

#b99baf #b99ba0 #b49bb9

Monochromatic Colors of #b99baf

#b99baf

Complementary Color

#b99baf #9bb9a5

#b99baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99baf Color CSS Codes

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

#b99baf Text Font Color

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

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


#b99baf Background Color

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

This div background color is #b99baf


#b99baf Border Color

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

This div border color is #b99baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,155,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99baf


Comments

No comments written yet.

Please login to write comment.