COLOR #B58A5C

HEX: #B58A5C RGB: (181,138,92)

Color info

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

RGB color model

#B58A5C color RGB value is (181,138,92).

RGB: (181,138,92) (71%, 54%, 36%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 92 of 255 = 36%

181
138
92

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

Portions of RGB colors in percentages

R + G + B = 181 + 138 + 92 = 411 (100%)
R 181 of 411 ~ 44.04%
G 138 of 411 ~ 33.58%
B 92 of 411 ~ 22.38'%

%44.04
%33.58
%22.38

CMYK color model

#B58A5C color CMYK value is (0,24,49,29).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 49.17%
  • key color value is 29.02%
CMYK: (0,24,49,29) C0M24Y49K29 (0%,24%,49%,29%) (0.00/0.24/0.49/0.29) 

CMYK percentages

%0
%23.76
%49.17
%29.02

Codes

Color #B58A5C in popluar color models

B5 8A 5C
RGB 181 138 92
HSL 31° 37.55% 53.53%
HSB/HSV 31° 49.17% 70.98%
CMYK 0.00% 23.76% 49.17%
29.02%

Color #B58A5C in popluar number systems.

HEX B5 8A 5C
Decimal 181 138 92
Binary 10110101 10001010 1011100
Octal 265 212 134

Shades and tints

Shades of #B58A5C

#B58A5C
(181,138,92)
#A57E54
(165,126,84)
#95724C
(149,114,76)
#856644
(133,102,68)
#755A3C
(117,90,60)
#654E34
(101,78,52)
#55422C
(85,66,44)
#453624
(69,54,36)
#352A1C
(53,42,28)
#251E14
(37,30,20)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #B58A5C

#B58A5C
(181,138,92)
#BB946A
(187,148,106)
#C19E78
(193,158,120)
#C7A886
(199,168,134)
#CDB294
(205,178,148)
#D3BCA2
(211,188,162)
#D9C6B0
(217,198,176)
#DFD0BE
(223,208,190)
#E5DACC
(229,218,204)
#EBE4DA
(235,228,218)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58A5C; }

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

This text font color is #B58A5C.

Background Color

.myBgColor { background-color: #B58A5C; }

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

This div background color is #B58A5C.

Border color

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

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

This div border color is #B58A5C.

Opacity

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

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

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

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

This text has shadow with #B58A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58A5C.

Preview

Color preview on black background

This text has color #B58A5C on black background.


Color preview on white background

This text has color #B58A5C on white background.


Black color preview on #B58A5C background

This text has black color on #B58A5C background.


White color preview on #B58A5C background

This text has white color on #B58A5C background.


Related colors

Complementary color

Complementary color for #hex is #4A75A3.


I love getcolorcode.com

Triadic colors

1 #5CB58A and #8A5CB5 with #B58A5C are triadic colors.

2 #5C8AB5 and #8AB55C with #B58A5C are triadic colors.