COLOR #B58F75

HEX: #B58F75
RGB: (181,143,117)

Color info

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

RGB color model

#B58F75 color RGB value is (181,143,117).

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

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 117 of 255 = 46%

181
143
117

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 117 = 441 (100%)
R 181 of 441 ~ 41.04%
G 143 of 441 ~ 32.43%
B 117 of 441 ~ 26.53%

%41.04
%32.43
%26.53

CMYK color model

#B58F75 color CMYK value is (0,21,35,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 35.36%
  • key color value is 29.02%
CMYK:
(0,21,35,29)
C0M21Y35K29 
(0%,21%,35%,29%)
(0.00/0.21/0.35/0.29)	

CMYK percentages

%0
%20.99
%35.36
%29.02

Codes

Color #B58F75 in popluar color models

B58F75
RGB181143117
HSL24°30.19%58.43%
HSB/HSV24°35.36%70.98%
CMYK0.00%20.99%35.36%
29.02%

Color #B58F75 in popluar number systems.

HEXB58F75
Decimal181143117
Binary10110101100011111110101
Octal265217165

Shades and tints

Shades of #B58F75

#B58F75
(181,143,117)
#A5826B
(165,130,107)
#957561
(149,117,97)
#856857
(133,104,87)
#755B4D
(117,91,77)
#654E43
(101,78,67)
#554139
(85,65,57)
#45342F
(69,52,47)
#352725
(53,39,37)
#251A1B
(37,26,27)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #B58F75

#B58F75
(181,143,117)
#BB9981
(187,153,129)
#C1A38D
(193,163,141)
#C7AD99
(199,173,153)
#CDB7A5
(205,183,165)
#D3C1B1
(211,193,177)
#D9CBBD
(217,203,189)
#DFD5C9
(223,213,201)
#E5DFD5
(229,223,213)
#EBE9E1
(235,233,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58F75; }

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

This text font color is #B58F75.


Background Color

.myBgColor { background-color: #B58F75; }

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

This div background color is #B58F75.


Border color

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

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

This div border color is #B58F75.


Opacity

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

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

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

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

This text has shadow with #B58F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F75 on black background.


Color preview on white background

This text has color #B58F75 on white background.



Black color preview on #B58F75 background

This text has black color on #B58F75 background.


White color preview on #B58F75 background

This text has white color on #B58F75 background.