COLOR #B58B5D

HEX: #B58B5D RGB: (181,139,93)

Color info

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

RGB color model

#B58B5D color RGB value is (181,139,93).

RGB: (181,139,93) (71%, 55%, 36%)

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 93 of 255 = 36%

181
139
93

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

Portions of RGB colors in percentages

R + G + B = 181 + 139 + 93 = 413 (100%)
R 181 of 413 ~ 43.83%
G 139 of 413 ~ 33.66%
B 93 of 413 ~ 22.52'%

%43.83
%33.66
%22.52

CMYK color model

#B58B5D color CMYK value is (0,23,49,29).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 48.62%
  • key color value is 29.02%

CMYK: (0,23,49,29)
C0M23Y49K29 (0%, 23%, 49%, 29%)
(0.00 / 0.23 / 0.49 / 0.29)

CMYK percentages

%0
%23.2
%48.62
%29.02

Codes

Color #B58B5D in popluar color models

B5 8B 5D
RGB 181 139 93
HSL 31° 37.29% 53.73%
HSB/HSV 31° 48.62% 70.98%
CMYK 0.00% 23.20% 48.62%
29.02%

Color #B58B5D in popluar number systems.

HEX B5 8B 5D
Decimal 181 139 93
Binary 10110101 10001011 1011101
Octal 265 213 135

Shades and tints

Shades of #B58B5D

#B58B5D
(181,139,93)
#A57F55
(165,127,85)
#95734D
(149,115,77)
#856745
(133,103,69)
#755B3D
(117,91,61)
#654F35
(101,79,53)
#55432D
(85,67,45)
#453725
(69,55,37)
#352B1D
(53,43,29)
#251F15
(37,31,21)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #B58B5D

#B58B5D
(181,139,93)
#BB956B
(187,149,107)
#C19F79
(193,159,121)
#C7A987
(199,169,135)
#CDB395
(205,179,149)
#D3BDA3
(211,189,163)
#D9C7B1
(217,199,177)
#DFD1BF
(223,209,191)
#E5DBCD
(229,219,205)
#EBE5DB
(235,229,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58B5D color. Also use rgb(181,139,93) instead hex code.

Text Font Color

.myTextColor { color: #B58B5D; }

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

This text font color is #B58B5D.

Background Color

.myBgColor { background-color: #B58B5D; }

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

This div background color is #B58B5D.

Border color

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

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

This div border color is #B58B5D.

Opacity

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

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

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

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

This text has shadow with #B58B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58B5D.

Preview

Color preview on black background

This text has color #B58B5D on black background.


Color preview on white background

This text has color #B58B5D on white background.


Black color preview on #B58B5D background

This text has black color on #B58B5D background.


White color preview on #B58B5D background

This text has white color on #B58B5D background.


Related colors

Complementary color

Complementary color for #hex is #4A74A2.


I love getcolorcode.com

Triadic colors

1 #5DB58B and #8B5DB5 with #B58B5D are triadic colors.

2 #5D8BB5 and #8BB55D with #B58B5D are triadic colors.