COLOR #B58474

HEX: #B58474
RGB: (181,132,116)

Color info

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

RGB color model

#B58474 color RGB value is (181,132,116).

  • red value is 181;
  • green value is 132;
  • blue value is 116.
RGB:
(181,132,116)
(71%,52%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 132 of 255 = 52%
B 116 of 255 = 45%

181
132
116

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

Portions of RGB colors in percentages

R + G + B =
181 + 132 + 116 = 429 (100%)
R 181 of 429 ~ 42.19%
G 132 of 429 ~ 30.77%
B 116 of 429 ~ 27.04%

%42.19
%30.77
%27.04

CMYK color model

#B58474 color CMYK value is (0,27,36,29).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK:
(0,27,36,29)
C0M27Y36K29 
(0%,27%,36%,29%)
(0.00/0.27/0.36/0.29)	

CMYK percentages

%0
%27.07
%35.91
%29.02

Codes

Color #B58474 in popluar color models

B58474
RGB181132116
HSL15°30.52%58.24%
HSB/HSV15°35.91%70.98%
CMYK0.00%27.07%35.91%
29.02%

Color #B58474 in popluar number systems.

HEXB58474
Decimal181132116
Binary10110101100001001110100
Octal265204164

Shades and tints

Shades of #B58474

#B58474
(181,132,116)
#A5786A
(165,120,106)
#956C60
(149,108,96)
#856056
(133,96,86)
#75544C
(117,84,76)
#654842
(101,72,66)
#553C38
(85,60,56)
#45302E
(69,48,46)
#352424
(53,36,36)
#25181A
(37,24,26)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #B58474

#B58474
(181,132,116)
#BB8F80
(187,143,128)
#C19A8C
(193,154,140)
#C7A598
(199,165,152)
#CDB0A4
(205,176,164)
#D3BBB0
(211,187,176)
#D9C6BC
(217,198,188)
#DFD1C8
(223,209,200)
#E5DCD4
(229,220,212)
#EBE7E0
(235,231,224)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58474 color. Also use rgb(181,132,116) instead hex code.

Text Font Color

.myTextColor { color: #B58474; }

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

This text font color is #B58474.


Background Color

.myBgColor { background-color: #B58474; }

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

This div background color is #B58474.


Border color

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

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

This div border color is #B58474.


Opacity

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

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

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

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

This text has shadow with #B58474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58474 on black background.


Color preview on white background

This text has color #B58474 on white background.



Black color preview on #B58474 background

This text has black color on #B58474 background.


White color preview on #B58474 background

This text has white color on #B58474 background.