Color Hex Logo

#b99197 Color Hex

#B99197
(185,145,151)
0 Favorites   0 Comments

Color spaces of #b99197

RGB 185145151
HSL0.980.220.65
HSV351°22°73°
CMYK 0.000.220.18   0.27
XYZ35.718932.799533.7265
Yxy32.79950.34930.3208
Hunter Lab57.270811.10365.1740
CIE-Lab63.998215.99942.6064

#b99197 color RGB value is (185,145,151).

#b99197 hex color red value is 185, green value is 145 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b99197 hue: 0.98 , saturation: 0.22 and the lightness value of b99197 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 10010111
Octal 271 221 227
Decimal 185 145 151
Hex B9 91 97

RGB Percentages of Color #b99197

%38.46
%30.15
%31.39

CMYK Percentages of Color #b99197

%0
%22
%18
%27

Triadic Colors of #b99197

#b99197 #97b991 #9197b9

Analogous Colors of #b99197

#b99197 #b99f91 #b991ab

Monochromatic Colors of #b99197

#b99197

Complementary Color

#b99197 #91b9b3

#b99197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99197 Color CSS Codes

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

#b99197 Text Font Color

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

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


#b99197 Background Color

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

This div background color is #b99197


#b99197 Border Color

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

This div border color is #b99197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99197


Comments

No comments written yet.

Please login to write comment.