COLOR #B58C74

HEX: #B58C74 RGB: (181,140,116)

Color info

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

RGB color model

#B58C74 color RGB value is (181,140,116).

RGB: (181,140,116) (71%, 55%, 45%)

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 116 of 255 = 45%

181
140
116

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

Portions of RGB colors in percentages

R + G + B = 181 + 140 + 116 = 437 (100%)
R 181 of 437 ~ 41.42%
G 140 of 437 ~ 32.04%
B 116 of 437 ~ 26.54'%

%41.42
%32.04
%26.54

CMYK color model

#B58C74 color CMYK value is (0,23,36,29).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK: (0,23,36,29) C0M23Y36K29 (0%,23%,36%,29%) (0.00/0.23/0.36/0.29) 

CMYK percentages

%0
%22.65
%35.91
%29.02

Codes

Color #B58C74 in popluar color models

B5 8C 74
RGB 181 140 116
HSL 22° 30.52% 58.24%
HSB/HSV 22° 35.91% 70.98%
CMYK 0.00% 22.65% 35.91%
29.02%

Color #B58C74 in popluar number systems.

HEX B5 8C 74
Decimal 181 140 116
Binary 10110101 10001100 1110100
Octal 265 214 164

Shades and tints

Shades of #B58C74

#B58C74
(181,140,116)
#A5806A
(165,128,106)
#957460
(149,116,96)
#856856
(133,104,86)
#755C4C
(117,92,76)
#655042
(101,80,66)
#554438
(85,68,56)
#45382E
(69,56,46)
#352C24
(53,44,36)
#25201A
(37,32,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #B58C74

#B58C74
(181,140,116)
#BB9680
(187,150,128)
#C1A08C
(193,160,140)
#C7AA98
(199,170,152)
#CDB4A4
(205,180,164)
#D3BEB0
(211,190,176)
#D9C8BC
(217,200,188)
#DFD2C8
(223,210,200)
#E5DCD4
(229,220,212)
#EBE6E0
(235,230,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58C74; }

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

This text font color is #B58C74.

Background Color

.myBgColor { background-color: #B58C74; }

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

This div background color is #B58C74.

Border color

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

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

This div border color is #B58C74.

Opacity

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

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

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

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

This text has shadow with #B58C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58C74.

Preview

Color preview on black background

This text has color #B58C74 on black background.


Color preview on white background

This text has color #B58C74 on white background.


Black color preview on #B58C74 background

This text has black color on #B58C74 background.


White color preview on #B58C74 background

This text has white color on #B58C74 background.


Related colors

Complementary color

Complementary color for #hex is #4A738B.


I love getcolorcode.com

Triadic colors

1 #74B58C and #8C74B5 with #B58C74 are triadic colors.

2 #748CB5 and #8CB574 with #B58C74 are triadic colors.