Color Hex Logo

#b98972 Color Hex

#B98972
(185,137,114)
0 Favorites   0 Comments

Color spaces of #b98972

RGB 185137114
HSL0.050.340.59
HSV19°38°73°
CMYK 0.000.260.38   0.27
XYZ31.990529.420519.9122
Yxy29.42050.39340.3618
Hunter Lab54.240710.356016.2026
CIE-Lab61.151015.253819.4961

#b98972 color RGB value is (185,137,114).

#b98972 hex color red value is 185, green value is 137 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b98972 hue: 0.05 , saturation: 0.34 and the lightness value of b98972 is 0.59.

The process color (four color CMYK) of #b98972 color hex is 0.00, 0.26, 0.38, 0.27. Web safe color of #b98972 is #cc9966. Color #b98972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 01110010
Octal 271 211 162
Decimal 185 137 114
Hex B9 89 72

RGB Percentages of Color #b98972

%42.43
%31.42
%26.15

CMYK Percentages of Color #b98972

%0
%26
%38
%27

Triadic Colors of #b98972

#b98972 #72b989 #8972b9

Analogous Colors of #b98972

#b98972 #b9ad72 #b9727f

Monochromatic Colors of #b98972

#b98972

Complementary Color

#b98972 #72a2b9

#b98972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98972 Color CSS Codes

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

#b98972 Text Font Color

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

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


#b98972 Background Color

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

This div background color is #b98972


#b98972 Border Color

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

This div border color is #b98972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98972


Comments

No comments written yet.

Please login to write comment.