Color Hex Logo

#b98d7f Color Hex

#B98D7F
(185,141,127)
0 Favorites   0 Comments

Color spaces of #b98d7f

RGB 185141127
HSL0.040.290.61
HSV14°31°73°
CMYK 0.000.240.31   0.27
XYZ33.363230.896324.2838
Yxy30.89630.37680.3489
Hunter Lab55.58449.867513.0064
CIE-Lab62.420014.689013.9195

#b98d7f color RGB value is (185,141,127).

#b98d7f hex color red value is 185, green value is 141 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b98d7f hue: 0.04 , saturation: 0.29 and the lightness value of b98d7f is 0.61.

The process color (four color CMYK) of #b98d7f color hex is 0.00, 0.24, 0.31, 0.27. Web safe color of #b98d7f is #cc9966. Color #b98d7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 01111111
Octal 271 215 177
Decimal 185 141 127
Hex B9 8D 7F

RGB Percentages of Color #b98d7f

%40.84
%31.13
%28.04

CMYK Percentages of Color #b98d7f

%0
%24
%31
%27

Triadic Colors of #b98d7f

#b98d7f #7fb98d #8d7fb9

Analogous Colors of #b98d7f

#b98d7f #b9aa7f #b97f8e

Monochromatic Colors of #b98d7f

#b98d7f

Complementary Color

#b98d7f #7fabb9

#b98d7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98d7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98d7f Color CSS Codes

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

#b98d7f Text Font Color

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

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


#b98d7f Background Color

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

This div background color is #b98d7f


#b98d7f Border Color

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

This div border color is #b98d7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98d7f


Comments

No comments written yet.

Please login to write comment.