Color Hex Logo

#b0875b Color Hex

#B0875B
(176,135,91)
0 Favorites   0 Comments

Color spaces of #b0875b

RGB 17613591
HSL0.090.350.52
HSV31°48°69°
CMYK 0.000.230.48   0.31
XYZ28.456827.313413.6697
Yxy27.31340.40980.3933
Hunter Lab52.26225.734421.0757
CIE-Lab59.263310.081429.6192

#b0875b color RGB value is (176,135,91).

#b0875b hex color red value is 176, green value is 135 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b0875b hue: 0.09 , saturation: 0.35 and the lightness value of b0875b is 0.52.

The process color (four color CMYK) of #b0875b color hex is 0.00, 0.23, 0.48, 0.31. Web safe color of #b0875b is #999966. Color #b0875b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 01011011
Octal 260 207 133
Decimal 176 135 91
Hex B0 87 5B

RGB Percentages of Color #b0875b

%43.78
%33.58
%22.64

CMYK Percentages of Color #b0875b

%0
%23
%48
%31

Triadic Colors of #b0875b

#b0875b #5bb087 #875bb0

Analogous Colors of #b0875b

#b0875b #afb05b #b05d5b

Monochromatic Colors of #b0875b

#b0875b

Complementary Color

#b0875b #5b84b0

#b0875b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0875b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0875b Color CSS Codes

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

#b0875b Text Font Color

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

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


#b0875b Background Color

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

This div background color is #b0875b


#b0875b Border Color

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

This div border color is #b0875b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,135,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0875b


Comments

No comments written yet.

Please login to write comment.