COLOR #B58967

HEX: #B58967
RGB: (181,137,103)

Color info

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

RGB color model

#B58967 color RGB value is (181,137,103).

  • red value is 181;
  • green value is 137;
  • blue value is 103.
RGB:
(181,137,103)
(71%,54%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 103 of 255 = 40%

181
137
103

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

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 103 = 421 (100%)
R 181 of 421 ~ 42.99%
G 137 of 421 ~ 32.54%
B 103 of 421 ~ 24.47%

%42.99
%32.54
%24.47

CMYK color model

#B58967 color CMYK value is (0,24,43,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 43.09%
  • key color value is 29.02%
CMYK:
(0,24,43,29)
C0M24Y43K29 
(0%,24%,43%,29%)
(0.00/0.24/0.43/0.29)	

CMYK percentages

%0
%24.31
%43.09
%29.02

Codes

Color #B58967 in popluar color models

B58967
RGB181137103
HSL26°34.51%55.69%
HSB/HSV26°43.09%70.98%
CMYK0.00%24.31%43.09%
29.02%

Color #B58967 in popluar number systems.

HEXB58967
Decimal181137103
Binary10110101100010011100111
Octal265211147

Shades and tints

Shades of #B58967

#B58967
(181,137,103)
#A57D5E
(165,125,94)
#957155
(149,113,85)
#85654C
(133,101,76)
#755943
(117,89,67)
#654D3A
(101,77,58)
#554131
(85,65,49)
#453528
(69,53,40)
#35291F
(53,41,31)
#251D16
(37,29,22)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #B58967

#B58967
(181,137,103)
#BB9374
(187,147,116)
#C19D81
(193,157,129)
#C7A78E
(199,167,142)
#CDB19B
(205,177,155)
#D3BBA8
(211,187,168)
#D9C5B5
(217,197,181)
#DFCFC2
(223,207,194)
#E5D9CF
(229,217,207)
#EBE3DC
(235,227,220)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58967 color. Also use rgb(181,137,103) instead hex code.

Text Font Color

.myTextColor { color: #B58967; }

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

This text font color is #B58967.


Background Color

.myBgColor { background-color: #B58967; }

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

This div background color is #B58967.


Border color

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

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

This div border color is #B58967.


Opacity

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

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

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

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

This text has shadow with #B58967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58967 on black background.


Color preview on white background

This text has color #B58967 on white background.



Black color preview on #B58967 background

This text has black color on #B58967 background.


White color preview on #B58967 background

This text has white color on #B58967 background.