Color Hex Logo

#b98472 Color Hex

#B98472
(185,132,114)
0 Favorites   0 Comments

Color spaces of #b98472

RGB 185132114
HSL0.040.340.59
HSV15°38°73°
CMYK 0.000.290.38   0.27
XYZ31.296128.031719.6808
Yxy28.03170.39610.3548
Hunter Lab52.945012.858815.0221
CIE-Lab59.917418.036117.8107

#b98472 color RGB value is (185,132,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 01110010
Octal 271 204 162
Decimal 185 132 114
Hex B9 84 72

RGB Percentages of Color #b98472

%42.92
%30.63
%26.45

CMYK Percentages of Color #b98472

%0
%29
%38
%27

Triadic Colors of #b98472

#b98472 #72b984 #8472b9

Analogous Colors of #b98472

#b98472 #b9a872 #b97284

Monochromatic Colors of #b98472

#b98472

Complementary Color

#b98472 #72a7b9

#b98472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98472 Color CSS Codes

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

#b98472 Text Font Color

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

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


#b98472 Background Color

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

This div background color is #b98472


#b98472 Border Color

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

This div border color is #b98472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,132,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 #b98472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98472


Comments

No comments written yet.

Please login to write comment.