COLOR #B58A72

HEX: #B58A72
RGB: (181,138,114)

Color info

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

RGB color model

#B58A72 color RGB value is (181,138,114).

  • red value is 181;
  • green value is 138;
  • blue value is 114.
RGB:
(181,138,114)
(71%,54%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 114 of 255 = 45%

181
138
114

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

Portions of RGB colors in percentages

R + G + B =
181 + 138 + 114 = 433 (100%)
R 181 of 433 ~ 41.8%
G 138 of 433 ~ 31.87%
B 114 of 433 ~ 26.33%

%41.8
%31.87
%26.33

CMYK color model

#B58A72 color CMYK value is (0,24,37,29).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 37.02%
  • key color value is 29.02%
CMYK:
(0,24,37,29)
C0M24Y37K29 
(0%,24%,37%,29%)
(0.00/0.24/0.37/0.29)	

CMYK percentages

%0
%23.76
%37.02
%29.02

Codes

Color #B58A72 in popluar color models

B58A72
RGB181138114
HSL21°31.16%57.84%
HSB/HSV21°37.02%70.98%
CMYK0.00%23.76%37.02%
29.02%

Color #B58A72 in popluar number systems.

HEXB58A72
Decimal181138114
Binary10110101100010101110010
Octal265212162

Shades and tints

Shades of #B58A72

#B58A72
(181,138,114)
#A57E68
(165,126,104)
#95725E
(149,114,94)
#856654
(133,102,84)
#755A4A
(117,90,74)
#654E40
(101,78,64)
#554236
(85,66,54)
#45362C
(69,54,44)
#352A22
(53,42,34)
#251E18
(37,30,24)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #B58A72

#B58A72
(181,138,114)
#BB947E
(187,148,126)
#C19E8A
(193,158,138)
#C7A896
(199,168,150)
#CDB2A2
(205,178,162)
#D3BCAE
(211,188,174)
#D9C6BA
(217,198,186)
#DFD0C6
(223,208,198)
#E5DAD2
(229,218,210)
#EBE4DE
(235,228,222)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58A72 color. Also use rgb(181,138,114) instead hex code.

Text Font Color

.myTextColor { color: #B58A72; }

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

This text font color is #B58A72.


Background Color

.myBgColor { background-color: #B58A72; }

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

This div background color is #B58A72.


Border color

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

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

This div border color is #B58A72.


Opacity

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

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

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

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

This text has shadow with #B58A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58A72 on black background.


Color preview on white background

This text has color #B58A72 on white background.



Black color preview on #B58A72 background

This text has black color on #B58A72 background.


White color preview on #B58A72 background

This text has white color on #B58A72 background.