COLOR #B19478

HEX: #B19478
RGB: (177,148,120)

Color info

#B19478 contains red, green and blue colors in about the same proportion. Web safe color of #B19478 is #999966 (or #996).

RGB color model

#B19478 color RGB value is (177,148,120).

  • red value is 177;
  • green value is 148;
  • blue value is 120.
RGB:
(177,148,120)
(69%,58%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 120 of 255 = 47%

177
148
120

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

Portions of RGB colors in percentages

R + G + B =
177 + 148 + 120 = 445 (100%)
R 177 of 445 ~ 39.78%
G 148 of 445 ~ 33.26%
B 120 of 445 ~ 26.97%

%39.78
%33.26
%26.97

CMYK color model

#B19478 color CMYK value is (0,16,32,31).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(0,16,32,31)
C0M16Y32K31 
(0%,16%,32%,31%)
(0.00/0.16/0.32/0.31)	

CMYK percentages

%0
%16.38
%32.2
%30.59

Codes

Color #B19478 in popluar color models

B19478
RGB177148120
HSL29°26.76%58.24%
HSB/HSV29°32.20%69.41%
CMYK0.00%16.38%32.20%
30.59%

Color #B19478 in popluar number systems.

HEXB19478
Decimal177148120
Binary10110001100101001111000
Octal261224170

Shades and tints

Shades of #B19478

#B19478
(177,148,120)
#A1876E
(161,135,110)
#917A64
(145,122,100)
#816D5A
(129,109,90)
#716050
(113,96,80)
#615346
(97,83,70)
#51463C
(81,70,60)
#413932
(65,57,50)
#312C28
(49,44,40)
#211F1E
(33,31,30)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #B19478

#B19478
(177,148,120)
#B89D84
(184,157,132)
#BFA690
(191,166,144)
#C6AF9C
(198,175,156)
#CDB8A8
(205,184,168)
#D4C1B4
(212,193,180)
#DBCAC0
(219,202,192)
#E2D3CC
(226,211,204)
#E9DCD8
(233,220,216)
#F0E5E4
(240,229,228)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19478 color. Also use rgb(177,148,120) instead hex code.

Text Font Color

.myTextColor { color: #B19478; }

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

This text font color is #B19478.


Background Color

.myBgColor { background-color: #B19478; }

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

This div background color is #B19478.


Border color

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

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

This div border color is #B19478.


Opacity

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

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

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

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

This text has shadow with #B19478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19478 on black background.


Color preview on white background

This text has color #B19478 on white background.



Black color preview on #B19478 background

This text has black color on #B19478 background.


White color preview on #B19478 background

This text has white color on #B19478 background.