COLOR #B19848

HEX: #B19848
RGB: (177,152,72)

Color info

#B19848 contains mainly red and green colors. Web safe color of #B19848 is #999933 (or #993).

RGB color model

#B19848 color RGB value is (177,152,72).

  • red value is 177;
  • green value is 152;
  • blue value is 72.
RGB:
(177,152,72)
(69%,60%,28%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 72 of 255 = 28%

177
152
72

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

Portions of RGB colors in percentages

R + G + B =
177 + 152 + 72 = 401 (100%)
R 177 of 401 ~ 44.14%
G 152 of 401 ~ 37.91%
B 72 of 401 ~ 17.96%

%44.14
%37.91
%17.96

CMYK color model

#B19848 color CMYK value is (0,14,59,31).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 59.32%
  • key color value is 30.59%
CMYK:
(0,14,59,31)
C0M14Y59K31 
(0%,14%,59%,31%)
(0.00/0.14/0.59/0.31)	

CMYK percentages

%0
%14.12
%59.32
%30.59

Codes

Color #B19848 in popluar color models

B19848
RGB17715272
HSL46°42.17%48.82%
HSB/HSV46°59.32%69.41%
CMYK0.00%14.12%59.32%
30.59%

Color #B19848 in popluar number systems.

HEXB19848
Decimal17715272
Binary10110001100110001001000
Octal261230110

Shades and tints

Shades of #B19848

#B19848
(177,152,72)
#A18B42
(161,139,66)
#917E3C
(145,126,60)
#817136
(129,113,54)
#716430
(113,100,48)
#61572A
(97,87,42)
#514A24
(81,74,36)
#413D1E
(65,61,30)
#313018
(49,48,24)
#212312
(33,35,18)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #B19848

#B19848
(177,152,72)
#B8A158
(184,161,88)
#BFAA68
(191,170,104)
#C6B378
(198,179,120)
#CDBC88
(205,188,136)
#D4C598
(212,197,152)
#DBCEA8
(219,206,168)
#E2D7B8
(226,215,184)
#E9E0C8
(233,224,200)
#F0E9D8
(240,233,216)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19848 color. Also use rgb(177,152,72) instead hex code.

Text Font Color

.myTextColor { color: #B19848; }

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

This text font color is #B19848.


Background Color

.myBgColor { background-color: #B19848; }

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

This div background color is #B19848.


Border color

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

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

This div border color is #B19848.


Opacity

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

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

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

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

This text has shadow with #B19848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19848 on black background.


Color preview on white background

This text has color #B19848 on white background.



Black color preview on #B19848 background

This text has black color on #B19848 background.


White color preview on #B19848 background

This text has white color on #B19848 background.