COLOR #B59178

HEX: #B59178
RGB: (181,145,120)

Color info

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

RGB color model

#B59178 color RGB value is (181,145,120).

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

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 120 of 255 = 47%

181
145
120

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

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 120 = 446 (100%)
R 181 of 446 ~ 40.58%
G 145 of 446 ~ 32.51%
B 120 of 446 ~ 26.91%

%40.58
%32.51
%26.91

CMYK color model

#B59178 color CMYK value is (0,20,34,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 33.70%
  • key color value is 29.02%
CMYK:
(0,20,34,29)
C0M20Y34K29 
(0%,20%,34%,29%)
(0.00/0.20/0.34/0.29)	

CMYK percentages

%0
%19.89
%33.7
%29.02

Codes

Color #B59178 in popluar color models

B59178
RGB181145120
HSL25°29.19%59.02%
HSB/HSV25°33.70%70.98%
CMYK0.00%19.89%33.70%
29.02%

Color #B59178 in popluar number systems.

HEXB59178
Decimal181145120
Binary10110101100100011111000
Octal265221170

Shades and tints

Shades of #B59178

#B59178
(181,145,120)
#A5846E
(165,132,110)
#957764
(149,119,100)
#856A5A
(133,106,90)
#755D50
(117,93,80)
#655046
(101,80,70)
#55433C
(85,67,60)
#453632
(69,54,50)
#352928
(53,41,40)
#251C1E
(37,28,30)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #B59178

#B59178
(181,145,120)
#BB9B84
(187,155,132)
#C1A590
(193,165,144)
#C7AF9C
(199,175,156)
#CDB9A8
(205,185,168)
#D3C3B4
(211,195,180)
#D9CDC0
(217,205,192)
#DFD7CC
(223,215,204)
#E5E1D8
(229,225,216)
#EBEBE4
(235,235,228)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59178; }

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

This text font color is #B59178.


Background Color

.myBgColor { background-color: #B59178; }

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

This div background color is #B59178.


Border color

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

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

This div border color is #B59178.


Opacity

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

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

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

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

This text has shadow with #B59178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59178 on black background.


Color preview on white background

This text has color #B59178 on white background.



Black color preview on #B59178 background

This text has black color on #B59178 background.


White color preview on #B59178 background

This text has white color on #B59178 background.