COLOR #B19794

HEX: #B19794
RGB: (177,151,148)

Color info

#B19794 contains red, green and blue colors in about the same proportion. Web safe color of #B19794 is #999999 (or #999).

RGB color model

#B19794 color RGB value is (177,151,148).

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

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 148 of 255 = 58%

177
151
148

R + G + B ~ 62%. #B19794 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 148 = 476 (100%)
R 177 of 476 ~ 37.18%
G 151 of 476 ~ 31.72%
B 148 of 476 ~ 31.09%

%37.18
%31.72
%31.09

CMYK color model

#B19794 color CMYK value is (0,15,16,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(0,15,16,31)
C0M15Y16K31 
(0%,15%,16%,31%)
(0.00/0.15/0.16/0.31)	

CMYK percentages

%0
%14.69
%16.38
%30.59

Codes

Color #B19794 in popluar color models

B19794
RGB177151148
HSL15.68%63.73%
HSB/HSV16.38%69.41%
CMYK0.00%14.69%16.38%
30.59%

Color #B19794 in popluar number systems.

HEXB19794
Decimal177151148
Binary101100011001011110010100
Octal261227224

Shades and tints

Shades of #B19794

#B19794
(177,151,148)
#A18A87
(161,138,135)
#917D7A
(145,125,122)
#81706D
(129,112,109)
#716360
(113,99,96)
#615653
(97,86,83)
#514946
(81,73,70)
#413C39
(65,60,57)
#312F2C
(49,47,44)
#21221F
(33,34,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #B19794

#B19794
(177,151,148)
#B8A09D
(184,160,157)
#BFA9A6
(191,169,166)
#C6B2AF
(198,178,175)
#CDBBB8
(205,187,184)
#D4C4C1
(212,196,193)
#DBCDCA
(219,205,202)
#E2D6D3
(226,214,211)
#E9DFDC
(233,223,220)
#F0E8E5
(240,232,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19794; }

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

This text font color is #B19794.


Background Color

.myBgColor { background-color: #B19794; }

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

This div background color is #B19794.


Border color

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

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

This div border color is #B19794.


Opacity

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

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

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

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

This text has shadow with #B19794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19794 on black background.


Color preview on white background

This text has color #B19794 on white background.



Black color preview on #B19794 background

This text has black color on #B19794 background.


White color preview on #B19794 background

This text has white color on #B19794 background.