Color Hex Logo

#b99198 Color Hex

#B99198
(185,145,152)
0 Favorites   0 Comments

Color spaces of #b99198

RGB 185145152
HSL0.970.220.65
HSV350°22°73°
CMYK 0.000.220.18   0.27
XYZ35.800532.832134.1561
Yxy32.83210.34830.3194
Hunter Lab57.299311.25274.7668
CIE-Lab64.024716.15982.0799

#b99198 color RGB value is (185,145,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 10011000
Octal 271 221 230
Decimal 185 145 152
Hex B9 91 98

RGB Percentages of Color #b99198

%38.38
%30.08
%31.54

CMYK Percentages of Color #b99198

%0
%22
%18
%27

Triadic Colors of #b99198

#b99198 #98b991 #9198b9

Analogous Colors of #b99198

#b99198 #b99e91 #b991ac

Monochromatic Colors of #b99198

#b99198

Complementary Color

#b99198 #91b9b2

#b99198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99198 Color CSS Codes

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

#b99198 Text Font Color

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

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


#b99198 Background Color

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

This div background color is #b99198


#b99198 Border Color

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

This div border color is #b99198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99198


Comments

No comments written yet.

Please login to write comment.