COLOR #B19852

HEX: #B19852
RGB: (177,152,82)

Color info

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

RGB color model

#B19852 color RGB value is (177,152,82).

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

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 82 of 255 = 32%

177
152
82

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

Portions of RGB colors in percentages

R + G + B =
177 + 152 + 82 = 411 (100%)
R 177 of 411 ~ 43.07%
G 152 of 411 ~ 36.98%
B 82 of 411 ~ 19.95%

%43.07
%36.98
%19.95

CMYK color model

#B19852 color CMYK value is (0,14,54,31).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 53.67%
  • key color value is 30.59%
CMYK:
(0,14,54,31)
C0M14Y54K31 
(0%,14%,54%,31%)
(0.00/0.14/0.54/0.31)	

CMYK percentages

%0
%14.12
%53.67
%30.59

Codes

Color #B19852 in popluar color models

B19852
RGB17715282
HSL44°37.85%50.78%
HSB/HSV44°53.67%69.41%
CMYK0.00%14.12%53.67%
30.59%

Color #B19852 in popluar number systems.

HEXB19852
Decimal17715282
Binary10110001100110001010010
Octal261230122

Shades and tints

Shades of #B19852

#B19852
(177,152,82)
#A18B4B
(161,139,75)
#917E44
(145,126,68)
#81713D
(129,113,61)
#716436
(113,100,54)
#61572F
(97,87,47)
#514A28
(81,74,40)
#413D21
(65,61,33)
#31301A
(49,48,26)
#212313
(33,35,19)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #B19852

#B19852
(177,152,82)
#B8A161
(184,161,97)
#BFAA70
(191,170,112)
#C6B37F
(198,179,127)
#CDBC8E
(205,188,142)
#D4C59D
(212,197,157)
#DBCEAC
(219,206,172)
#E2D7BB
(226,215,187)
#E9E0CA
(233,224,202)
#F0E9D9
(240,233,217)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19852; }

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

This text font color is #B19852.


Background Color

.myBgColor { background-color: #B19852; }

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

This div background color is #B19852.


Border color

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

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

This div border color is #B19852.


Opacity

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

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

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

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

This text has shadow with #B19852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19852 on black background.


Color preview on white background

This text has color #B19852 on white background.



Black color preview on #B19852 background

This text has black color on #B19852 background.


White color preview on #B19852 background

This text has white color on #B19852 background.