COLOR #B59378

HEX: #B59378
RGB: (181,147,120)

Color info

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

RGB color model

#B59378 color RGB value is (181,147,120).

  • red value is 181;
  • green value is 147;
  • blue value is 120.
RGB:
(181,147,120)
(71%,58%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 120 of 255 = 47%

181
147
120

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

Portions of RGB colors in percentages

R + G + B =
181 + 147 + 120 = 448 (100%)
R 181 of 448 ~ 40.4%
G 147 of 448 ~ 32.81%
B 120 of 448 ~ 26.79%

%40.4
%32.81
%26.79

CMYK color model

#B59378 color CMYK value is (0,19,34,29).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 33.70%
  • key color value is 29.02%
CMYK:
(0,19,34,29)
C0M19Y34K29 
(0%,19%,34%,29%)
(0.00/0.19/0.34/0.29)	

CMYK percentages

%0
%18.78
%33.7
%29.02

Codes

Color #B59378 in popluar color models

B59378
RGB181147120
HSL27°29.19%59.02%
HSB/HSV27°33.70%70.98%
CMYK0.00%18.78%33.70%
29.02%

Color #B59378 in popluar number systems.

HEXB59378
Decimal181147120
Binary10110101100100111111000
Octal265223170

Shades and tints

Shades of #B59378

#B59378
(181,147,120)
#A5866E
(165,134,110)
#957964
(149,121,100)
#856C5A
(133,108,90)
#755F50
(117,95,80)
#655246
(101,82,70)
#55453C
(85,69,60)
#453832
(69,56,50)
#352B28
(53,43,40)
#251E1E
(37,30,30)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #B59378

#B59378
(181,147,120)
#BB9C84
(187,156,132)
#C1A590
(193,165,144)
#C7AE9C
(199,174,156)
#CDB7A8
(205,183,168)
#D3C0B4
(211,192,180)
#D9C9C0
(217,201,192)
#DFD2CC
(223,210,204)
#E5DBD8
(229,219,216)
#EBE4E4
(235,228,228)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59378 color. Also use rgb(181,147,120) instead hex code.

Text Font Color

.myTextColor { color: #B59378; }

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

This text font color is #B59378.


Background Color

.myBgColor { background-color: #B59378; }

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

This div background color is #B59378.


Border color

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

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

This div border color is #B59378.


Opacity

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

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

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

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

This text has shadow with #B59378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59378 on black background.


Color preview on white background

This text has color #B59378 on white background.



Black color preview on #B59378 background

This text has black color on #B59378 background.


White color preview on #B59378 background

This text has white color on #B59378 background.