Color Hex Logo

#b98182 Color Hex

#B98182
(185,129,130)
0 Favorites   0 Comments

Color spaces of #b98182

RGB 185129130
HSL1.000.290.62
HSV359°30°73°
CMYK 0.000.300.30   0.27
XYZ31.887127.626524.7709
Yxy27.62650.37830.3278
Hunter Lab52.560916.30898.8505
CIE-Lab59.549821.78038.1653

#b98182 color RGB value is (185,129,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 10000010
Octal 271 201 202
Decimal 185 129 130
Hex B9 81 82

RGB Percentages of Color #b98182

%41.67
%29.05
%29.28

CMYK Percentages of Color #b98182

%0
%30
%30
%27

Triadic Colors of #b98182

#b98182 #82b981 #8182b9

Analogous Colors of #b98182

#b98182 #b99c81 #b9819e

Monochromatic Colors of #b98182

#b98182

Complementary Color

#b98182 #81b9b8

#b98182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98182 Color CSS Codes

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

#b98182 Text Font Color

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

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


#b98182 Background Color

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

This div background color is #b98182


#b98182 Border Color

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

This div border color is #b98182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98182


Comments

No comments written yet.

Please login to write comment.