Color Hex Logo

#b98c7f Color Hex

#B98C7F
(185,140,127)
0 Favorites   0 Comments

Color spaces of #b98c7f

RGB 185140127
HSL0.040.290.61
HSV13°31°73°
CMYK 0.000.240.31   0.27
XYZ33.216430.602824.2349
Yxy30.60280.37720.3475
Hunter Lab55.319810.369512.7497
CIE-Lab62.170915.244713.5715

#b98c7f color RGB value is (185,140,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 01111111
Octal 271 214 177
Decimal 185 140 127
Hex B9 8C 7F

RGB Percentages of Color #b98c7f

%40.93
%30.97
%28.10

CMYK Percentages of Color #b98c7f

%0
%24
%31
%27

Triadic Colors of #b98c7f

#b98c7f #7fb98c #8c7fb9

Analogous Colors of #b98c7f

#b98c7f #b9a97f #b97f8f

Monochromatic Colors of #b98c7f

#b98c7f

Complementary Color

#b98c7f #7facb9

#b98c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98c7f Color CSS Codes

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

#b98c7f Text Font Color

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

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


#b98c7f Background Color

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

This div background color is #b98c7f


#b98c7f Border Color

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

This div border color is #b98c7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98c7f


Comments

No comments written yet.

Please login to write comment.