COLOR #B58673

HEX: #B58673
RGB: (181,134,115)

Color info

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

RGB color model

#B58673 color RGB value is (181,134,115).

  • red value is 181;
  • green value is 134;
  • blue value is 115.
RGB:
(181,134,115)
(71%,53%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 115 of 255 = 45%

181
134
115

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

Portions of RGB colors in percentages

R + G + B =
181 + 134 + 115 = 430 (100%)
R 181 of 430 ~ 42.09%
G 134 of 430 ~ 31.16%
B 115 of 430 ~ 26.74%

%42.09
%31.16
%26.74

CMYK color model

#B58673 color CMYK value is (0,26,36,29).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK:
(0,26,36,29)
C0M26Y36K29 
(0%,26%,36%,29%)
(0.00/0.26/0.36/0.29)	

CMYK percentages

%0
%25.97
%36.46
%29.02

Codes

Color #B58673 in popluar color models

B58673
RGB181134115
HSL17°30.84%58.04%
HSB/HSV17°36.46%70.98%
CMYK0.00%25.97%36.46%
29.02%

Color #B58673 in popluar number systems.

HEXB58673
Decimal181134115
Binary10110101100001101110011
Octal265206163

Shades and tints

Shades of #B58673

#B58673
(181,134,115)
#A57A69
(165,122,105)
#956E5F
(149,110,95)
#856255
(133,98,85)
#75564B
(117,86,75)
#654A41
(101,74,65)
#553E37
(85,62,55)
#45322D
(69,50,45)
#352623
(53,38,35)
#251A19
(37,26,25)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #B58673

#B58673
(181,134,115)
#BB917F
(187,145,127)
#C19C8B
(193,156,139)
#C7A797
(199,167,151)
#CDB2A3
(205,178,163)
#D3BDAF
(211,189,175)
#D9C8BB
(217,200,187)
#DFD3C7
(223,211,199)
#E5DED3
(229,222,211)
#EBE9DF
(235,233,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58673 color. Also use rgb(181,134,115) instead hex code.

Text Font Color

.myTextColor { color: #B58673; }

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

This text font color is #B58673.


Background Color

.myBgColor { background-color: #B58673; }

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

This div background color is #B58673.


Border color

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

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

This div border color is #B58673.


Opacity

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

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

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

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

This text has shadow with #B58673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58673 on black background.


Color preview on white background

This text has color #B58673 on white background.



Black color preview on #B58673 background

This text has black color on #B58673 background.


White color preview on #B58673 background

This text has white color on #B58673 background.