Color Hex Logo

#b99799 Color Hex

#B99799
(185,151,153)
0 Favorites   0 Comments

Color spaces of #b99799

RGB 185151153
HSL0.990.200.66
HSV356°18°73°
CMYK 0.000.180.17   0.27
XYZ36.824034.747434.9031
Yxy34.74740.34580.3263
Hunter Lab58.94698.35146.1566
CIE-Lab65.551512.98763.7288

#b99799 color RGB value is (185,151,153).

#b99799 hex color red value is 185, green value is 151 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b99799 hue: 0.99 , saturation: 0.20 and the lightness value of b99799 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 10011001
Octal 271 227 231
Decimal 185 151 153
Hex B9 97 99

RGB Percentages of Color #b99799

%37.83
%30.88
%31.29

CMYK Percentages of Color #b99799

%0
%18
%17
%27

Triadic Colors of #b99799

#b99799 #99b997 #9799b9

Analogous Colors of #b99799

#b99799 #b9a697 #b997aa

Monochromatic Colors of #b99799

#b99799

Complementary Color

#b99799 #97b9b7

#b99799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99799 Color CSS Codes

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

#b99799 Text Font Color

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

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


#b99799 Background Color

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

This div background color is #b99799


#b99799 Border Color

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

This div border color is #b99799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99799


Comments

No comments written yet.

Please login to write comment.