COLOR #B58170

HEX: #B58170
RGB: (181,129,112)

Color info

#B58170 contains mainly red and green colors. Web safe color of #B58170 is #CC9966 (or #C96).

RGB color model

#B58170 color RGB value is (181,129,112).

  • red value is 181;
  • green value is 129;
  • blue value is 112.
RGB:
(181,129,112)
(71%,51%,44%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 112 of 255 = 44%

181
129
112

R + G + B ~ 55%. #B58170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 129 + 112 = 422 (100%)
R 181 of 422 ~ 42.89%
G 129 of 422 ~ 30.57%
B 112 of 422 ~ 26.54%

%42.89
%30.57
%26.54

CMYK color model

#B58170 color CMYK value is (0,29,38,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 38.12%
  • key color value is 29.02%
CMYK:
(0,29,38,29)
C0M29Y38K29 
(0%,29%,38%,29%)
(0.00/0.29/0.38/0.29)	

CMYK percentages

%0
%28.73
%38.12
%29.02

Codes

Color #B58170 in popluar color models

B58170
RGB181129112
HSL15°31.80%57.45%
HSB/HSV15°38.12%70.98%
CMYK0.00%28.73%38.12%
29.02%

Color #B58170 in popluar number systems.

HEXB58170
Decimal181129112
Binary10110101100000011110000
Octal265201160

Shades and tints

Shades of #B58170

#B58170
(181,129,112)
#A57666
(165,118,102)
#956B5C
(149,107,92)
#856052
(133,96,82)
#755548
(117,85,72)
#654A3E
(101,74,62)
#553F34
(85,63,52)
#45342A
(69,52,42)
#352920
(53,41,32)
#251E16
(37,30,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #B58170

#B58170
(181,129,112)
#BB8C7D
(187,140,125)
#C1978A
(193,151,138)
#C7A297
(199,162,151)
#CDADA4
(205,173,164)
#D3B8B1
(211,184,177)
#D9C3BE
(217,195,190)
#DFCECB
(223,206,203)
#E5D9D8
(229,217,216)
#EBE4E5
(235,228,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58170 color. Also use rgb(181,129,112) instead hex code.

Text Font Color

.myTextColor { color: #B58170; }

<p style="color:#B58170">This sample text font color is #B58170.</p>

This text font color is #B58170.


Background Color

.myBgColor { background-color: #B58170; }

<div style="background-color:#B58170">Inner text</div>

This div background color is #B58170.


Border color

.myBorderColor { border: 1px solid #B58170; }

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

This div border color is #B58170.


Opacity

.myOpacity80 { color: #B58170; opacity: 0.8; }

<p style="color:#B58170;opacity:0.8;">80%</p>

Text with #B58170 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B58170;}

<p style="text-shadow: 3px 3px 1px #B58170">Text here.</p>

This text has shadow with #B58170 color.

.textShadow {text-shadow: 3px 3px 1px #B58170, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B58170, 5px 5px 20px red">Text here.</p>

This text has shadow with #B58170 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B58170, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B58170, Direction=45, Strength=4)">Text</p>

This text has shadow with #B58170 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B58170;
  -webkit-box-shadow:	1px 1px 3px 2px #B58170;
  box-shadow:		1px 1px 3px 2px #B58170;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B58170;
-webkit-box-shadow: 1px 1px 3px 2px #B58170;
box-shadow:1px 1px 3px 2px #B58170;">
Div content here</div>
This div box has shadow with color #B58170.

Preview

Color preview on black background

This text has color #B58170 on black background.


Color preview on white background

This text has color #B58170 on white background.



Black color preview on #B58170 background

This text has black color on #B58170 background.


White color preview on #B58170 background

This text has white color on #B58170 background.