Color Hex Logo

#b98191 Color Hex

#B98191
(185,129,145)
0 Favorites   0 Comments

Color spaces of #b98191

RGB 185129145
HSL0.950.290.62
HSV343°30°73°
CMYK 0.000.300.22   0.27
XYZ32.968728.059130.4664
Yxy28.05910.36030.3067
Hunter Lab52.970818.39822.9787
CIE-Lab59.942123.97390.1218

#b98191 color RGB value is (185,129,145).

#b98191 hex color red value is 185, green value is 129 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b98191 hue: 0.95 , saturation: 0.29 and the lightness value of b98191 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 10010001
Octal 271 201 221
Decimal 185 129 145
Hex B9 81 91

RGB Percentages of Color #b98191

%40.31
%28.10
%31.59

CMYK Percentages of Color #b98191

%0
%30
%22
%27

Triadic Colors of #b98191

#b98191 #91b981 #8191b9

Analogous Colors of #b98191

#b98191 #b98d81 #b981ad

Monochromatic Colors of #b98191

#b98191

Complementary Color

#b98191 #81b9a9

#b98191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98191 Color CSS Codes

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

#b98191 Text Font Color

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

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


#b98191 Background Color

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

This div background color is #b98191


#b98191 Border Color

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

This div border color is #b98191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98191


Comments

No comments written yet.

Please login to write comment.