COLOR #B58F7E

HEX: #B58F7E
RGB: (181,143,126)

Color info

#B58F7E contains red, green and blue colors in about the same proportion. Web safe color of #B58F7E is #CC9966 (or #C96).

RGB color model

#B58F7E color RGB value is (181,143,126).

  • red value is 181;
  • green value is 143;
  • blue value is 126.
RGB:
(181,143,126)
(71%,56%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 126 of 255 = 49%

181
143
126

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 126 = 450 (100%)
R 181 of 450 ~ 40.22%
G 143 of 450 ~ 31.78%
B 126 of 450 ~ 28%

%40.22
%31.78
%28

CMYK color model

#B58F7E color CMYK value is (0,21,30,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK:
(0,21,30,29)
C0M21Y30K29 
(0%,21%,30%,29%)
(0.00/0.21/0.30/0.29)	

CMYK percentages

%0
%20.99
%30.39
%29.02

Codes

Color #B58F7E in popluar color models

B58F7E
RGB181143126
HSL19°27.09%60.20%
HSB/HSV19°30.39%70.98%
CMYK0.00%20.99%30.39%
29.02%

Color #B58F7E in popluar number systems.

HEXB58F7E
Decimal181143126
Binary10110101100011111111110
Octal265217176

Shades and tints

Shades of #B58F7E

#B58F7E
(181,143,126)
#A58273
(165,130,115)
#957568
(149,117,104)
#85685D
(133,104,93)
#755B52
(117,91,82)
#654E47
(101,78,71)
#55413C
(85,65,60)
#453431
(69,52,49)
#352726
(53,39,38)
#251A1B
(37,26,27)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #B58F7E

#B58F7E
(181,143,126)
#BB9989
(187,153,137)
#C1A394
(193,163,148)
#C7AD9F
(199,173,159)
#CDB7AA
(205,183,170)
#D3C1B5
(211,193,181)
#D9CBC0
(217,203,192)
#DFD5CB
(223,213,203)
#E5DFD6
(229,223,214)
#EBE9E1
(235,233,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58F7E color. Also use rgb(181,143,126) instead hex code.

Text Font Color

.myTextColor { color: #B58F7E; }

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

This text font color is #B58F7E.


Background Color

.myBgColor { background-color: #B58F7E; }

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

This div background color is #B58F7E.


Border color

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

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

This div border color is #B58F7E.


Opacity

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

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

Text with #B58F7E 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 #B58F7E;}

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

This text has shadow with #B58F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F7E on black background.


Color preview on white background

This text has color #B58F7E on white background.



Black color preview on #B58F7E background

This text has black color on #B58F7E background.


White color preview on #B58F7E background

This text has white color on #B58F7E background.