COLOR #B19152

HEX: #B19152
RGB: (177,145,82)

Color info

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

RGB color model

#B19152 color RGB value is (177,145,82).

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

RGB channels and saturation

R 177 of 255 = 69%
G 145 of 255 = 57%
B 82 of 255 = 32%

177
145
82

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

Portions of RGB colors in percentages

R + G + B =
177 + 145 + 82 = 404 (100%)
R 177 of 404 ~ 43.81%
G 145 of 404 ~ 35.89%
B 82 of 404 ~ 20.3%

%43.81
%35.89
%20.3

CMYK color model

#B19152 color CMYK value is (0,18,54,31).

  • cyan value is 0.00%
  • magenta value is 18.08%
  • yellow value is 53.67%
  • key color value is 30.59%
CMYK:
(0,18,54,31)
C0M18Y54K31 
(0%,18%,54%,31%)
(0.00/0.18/0.54/0.31)	

CMYK percentages

%0
%18.08
%53.67
%30.59

Codes

Color #B19152 in popluar color models

B19152
RGB17714582
HSL40°37.85%50.78%
HSB/HSV40°53.67%69.41%
CMYK0.00%18.08%53.67%
30.59%

Color #B19152 in popluar number systems.

HEXB19152
Decimal17714582
Binary10110001100100011010010
Octal261221122

Shades and tints

Shades of #B19152

#B19152
(177,145,82)
#A1844B
(161,132,75)
#917744
(145,119,68)
#816A3D
(129,106,61)
#715D36
(113,93,54)
#61502F
(97,80,47)
#514328
(81,67,40)
#413621
(65,54,33)
#31291A
(49,41,26)
#211C13
(33,28,19)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #B19152

#B19152
(177,145,82)
#B89B61
(184,155,97)
#BFA570
(191,165,112)
#C6AF7F
(198,175,127)
#CDB98E
(205,185,142)
#D4C39D
(212,195,157)
#DBCDAC
(219,205,172)
#E2D7BB
(226,215,187)
#E9E1CA
(233,225,202)
#F0EBD9
(240,235,217)
#F7F5E8
(247,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19152; }

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

This text font color is #B19152.


Background Color

.myBgColor { background-color: #B19152; }

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

This div background color is #B19152.


Border color

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

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

This div border color is #B19152.


Opacity

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

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

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

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

This text has shadow with #B19152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19152 on black background.


Color preview on white background

This text has color #B19152 on white background.



Black color preview on #B19152 background

This text has black color on #B19152 background.


White color preview on #B19152 background

This text has white color on #B19152 background.