Color Hex Logo

#b9837d Color Hex

#B9837D
(185,131,125)
0 Favorites   0 Comments

Color spaces of #b9837d

RGB 185131125
HSL0.020.300.61
HSV32°73°
CMYK 0.000.290.32   0.27
XYZ31.825628.027623.1345
Yxy28.02760.38350.3377
Hunter Lab52.941114.658511.1499
CIE-Lab59.913719.988311.5427

#b9837d color RGB value is (185,131,125).

#b9837d hex color red value is 185, green value is 131 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b9837d hue: 0.02 , saturation: 0.30 and the lightness value of b9837d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 01111101
Octal 271 203 175
Decimal 185 131 125
Hex B9 83 7D

RGB Percentages of Color #b9837d

%41.95
%29.71
%28.34

CMYK Percentages of Color #b9837d

%0
%29
%32
%27

Triadic Colors of #b9837d

#b9837d #7db983 #837db9

Analogous Colors of #b9837d

#b9837d #b9a17d #b97d95

Monochromatic Colors of #b9837d

#b9837d

Complementary Color

#b9837d #7db3b9

#b9837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9837d Color CSS Codes

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

#b9837d Text Font Color

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

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


#b9837d Background Color

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

This div background color is #b9837d


#b9837d Border Color

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

This div border color is #b9837d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9837d


Comments

No comments written yet.

Please login to write comment.