COLOR #B58B6D

HEX: #B58B6D
RGB: (181,139,109)

Color info

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

RGB color model

#B58B6D color RGB value is (181,139,109).

  • red value is 181;
  • green value is 139;
  • blue value is 109.
RGB:
(181,139,109)
(71%,55%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 109 of 255 = 43%

181
139
109

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

Portions of RGB colors in percentages

R + G + B =
181 + 139 + 109 = 429 (100%)
R 181 of 429 ~ 42.19%
G 139 of 429 ~ 32.4%
B 109 of 429 ~ 25.41%

%42.19
%32.4
%25.41

CMYK color model

#B58B6D color CMYK value is (0,23,40,29).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(0,23,40,29)
C0M23Y40K29 
(0%,23%,40%,29%)
(0.00/0.23/0.40/0.29)	

CMYK percentages

%0
%23.2
%39.78
%29.02

Codes

Color #B58B6D in popluar color models

B58B6D
RGB181139109
HSL25°32.73%56.86%
HSB/HSV25°39.78%70.98%
CMYK0.00%23.20%39.78%
29.02%

Color #B58B6D in popluar number systems.

HEXB58B6D
Decimal181139109
Binary10110101100010111101101
Octal265213155

Shades and tints

Shades of #B58B6D

#B58B6D
(181,139,109)
#A57F64
(165,127,100)
#95735B
(149,115,91)
#856752
(133,103,82)
#755B49
(117,91,73)
#654F40
(101,79,64)
#554337
(85,67,55)
#45372E
(69,55,46)
#352B25
(53,43,37)
#251F1C
(37,31,28)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B58B6D

#B58B6D
(181,139,109)
#BB957A
(187,149,122)
#C19F87
(193,159,135)
#C7A994
(199,169,148)
#CDB3A1
(205,179,161)
#D3BDAE
(211,189,174)
#D9C7BB
(217,199,187)
#DFD1C8
(223,209,200)
#E5DBD5
(229,219,213)
#EBE5E2
(235,229,226)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58B6D; }

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

This text font color is #B58B6D.


Background Color

.myBgColor { background-color: #B58B6D; }

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

This div background color is #B58B6D.


Border color

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

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

This div border color is #B58B6D.


Opacity

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

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

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

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

This text has shadow with #B58B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58B6D on black background.


Color preview on white background

This text has color #B58B6D on white background.



Black color preview on #B58B6D background

This text has black color on #B58B6D background.


White color preview on #B58B6D background

This text has white color on #B58B6D background.