Color Hex Logo

#b0837d Color Hex

#B0837D
(176,131,125)
0 Favorites   0 Comments

Color spaces of #b0837d

RGB 176131125
HSL0.020.240.59
HSV29°69°
CMYK 0.000.260.29   0.31
XYZ29.722526.943423.0361
Yxy26.94340.37290.3381
Hunter Lab51.907011.373610.0223
CIE-Lab58.921916.440310.0022

#b0837d color RGB value is (176,131,125).

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

The process color (four color CMYK) of #b0837d color hex is 0.00, 0.26, 0.29, 0.31. Web safe color of #b0837d is #999966. Color #b0837d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 01111101
Octal 260 203 175
Decimal 176 131 125
Hex B0 83 7D

RGB Percentages of Color #b0837d

%40.74
%30.32
%28.94

CMYK Percentages of Color #b0837d

%0
%26
%29
%31

Triadic Colors of #b0837d

#b0837d #7db083 #837db0

Analogous Colors of #b0837d

#b0837d #b09d7d #b07d91

Monochromatic Colors of #b0837d

#b0837d

Complementary Color

#b0837d #7daab0

#b0837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0837d Color CSS Codes

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

#b0837d Text Font Color

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

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


#b0837d Background Color

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

This div background color is #b0837d


#b0837d Border Color

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

This div border color is #b0837d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0837d


Comments

No comments written yet.

Please login to write comment.