Color Hex Logo

#b99993 Color Hex

#B99993
(185,153,147)
0 Favorites   0 Comments

Color spaces of #b99993

RGB 185153147
HSL0.030.210.65
HSV21°73°
CMYK 0.000.170.21   0.27
XYZ36.665335.203332.4662
Yxy35.20330.35140.3374
Hunter Lab59.33246.47509.0896
CIE-Lab65.906610.93257.6038

#b99993 color RGB value is (185,153,147).

#b99993 hex color red value is 185, green value is 153 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b99993 hue: 0.03 , saturation: 0.21 and the lightness value of b99993 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 10010011
Octal 271 231 223
Decimal 185 153 147
Hex B9 99 93

RGB Percentages of Color #b99993

%38.14
%31.55
%30.31

CMYK Percentages of Color #b99993

%0
%17
%21
%27

Triadic Colors of #b99993

#b99993 #93b999 #9993b9

Analogous Colors of #b99993

#b99993 #b9ac93 #b993a0

Monochromatic Colors of #b99993

#b99993

Complementary Color

#b99993 #93b3b9

#b99993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99993 Color CSS Codes

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

#b99993 Text Font Color

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

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


#b99993 Background Color

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

This div background color is #b99993


#b99993 Border Color

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

This div border color is #b99993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99993


Comments

No comments written yet.

Please login to write comment.