COLOR #B19E52

HEX: #B19E52
RGB: (177,158,82)

Color info

#B19E52 contains mainly red and green colors. Web safe color of #B19E52 is #999966 (or #996).

RGB color model

#B19E52 color RGB value is (177,158,82).

  • red value is 177;
  • green value is 158;
  • blue value is 82.
RGB:
(177,158,82)
(69%,62%,32%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 82 of 255 = 32%

177
158
82

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 82 = 417 (100%)
R 177 of 417 ~ 42.45%
G 158 of 417 ~ 37.89%
B 82 of 417 ~ 19.66%

%42.45
%37.89
%19.66

CMYK color model

#B19E52 color CMYK value is (0,11,54,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 53.67%
  • key color value is 30.59%
CMYK:
(0,11,54,31)
C0M11Y54K31 
(0%,11%,54%,31%)
(0.00/0.11/0.54/0.31)	

CMYK percentages

%0
%10.73
%53.67
%30.59

Codes

Color #B19E52 in popluar color models

B19E52
RGB17715882
HSL48°37.85%50.78%
HSB/HSV48°53.67%69.41%
CMYK0.00%10.73%53.67%
30.59%

Color #B19E52 in popluar number systems.

HEXB19E52
Decimal17715882
Binary10110001100111101010010
Octal261236122

Shades and tints

Shades of #B19E52

#B19E52
(177,158,82)
#A1904B
(161,144,75)
#918244
(145,130,68)
#81743D
(129,116,61)
#716636
(113,102,54)
#61582F
(97,88,47)
#514A28
(81,74,40)
#413C21
(65,60,33)
#312E1A
(49,46,26)
#212013
(33,32,19)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #B19E52

#B19E52
(177,158,82)
#B8A661
(184,166,97)
#BFAE70
(191,174,112)
#C6B67F
(198,182,127)
#CDBE8E
(205,190,142)
#D4C69D
(212,198,157)
#DBCEAC
(219,206,172)
#E2D6BB
(226,214,187)
#E9DECA
(233,222,202)
#F0E6D9
(240,230,217)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19E52 color. Also use rgb(177,158,82) instead hex code.

Text Font Color

.myTextColor { color: #B19E52; }

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

This text font color is #B19E52.


Background Color

.myBgColor { background-color: #B19E52; }

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

This div background color is #B19E52.


Border color

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

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

This div border color is #B19E52.


Opacity

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

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

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

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

This text has shadow with #B19E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19E52 on black background.


Color preview on white background

This text has color #B19E52 on white background.



Black color preview on #B19E52 background

This text has black color on #B19E52 background.


White color preview on #B19E52 background

This text has white color on #B19E52 background.