COLOR #B79199

HEX: #B79199
RGB: (183,145,153)

Color info

#B79199 contains red, green and blue colors in about the same proportion. Web safe color of #B79199 is #CC9999 (or #C99).

RGB color model

#B79199 color RGB value is (183,145,153).

  • red value is 183;
  • green value is 145;
  • blue value is 153.
RGB:
(183,145,153)
(72%,57%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 145 of 255 = 57%
B 153 of 255 = 60%

183
145
153

R + G + B ~ 63%. #B79199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 145 + 153 = 481 (100%)
R 183 of 481 ~ 38.05%
G 145 of 481 ~ 30.15%
B 153 of 481 ~ 31.81%

%38.05
%30.15
%31.81

CMYK color model

#B79199 color CMYK value is (0,21,16,28).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(0,21,16,28)
C0M21Y16K28 
(0%,21%,16%,28%)
(0.00/0.21/0.16/0.28)	

CMYK percentages

%0
%20.77
%16.39
%28.24

Codes

Color #B79199 in popluar color models

B79199
RGB183145153
HSL347°20.88%64.31%
HSB/HSV347°20.77%71.76%
CMYK0.00%20.77%16.39%
28.24%

Color #B79199 in popluar number systems.

HEXB79199
Decimal183145153
Binary101101111001000110011001
Octal267221231

Shades and tints

Shades of #B79199

#B79199
(183,145,153)
#A7848C
(167,132,140)
#97777F
(151,119,127)
#876A72
(135,106,114)
#775D65
(119,93,101)
#675058
(103,80,88)
#57434B
(87,67,75)
#47363E
(71,54,62)
#372931
(55,41,49)
#271C24
(39,28,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #B79199

#B79199
(183,145,153)
#BD9BA2
(189,155,162)
#C3A5AB
(195,165,171)
#C9AFB4
(201,175,180)
#CFB9BD
(207,185,189)
#D5C3C6
(213,195,198)
#DBCDCF
(219,205,207)
#E1D7D8
(225,215,216)
#E7E1E1
(231,225,225)
#EDEBEA
(237,235,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79199 color. Also use rgb(183,145,153) instead hex code.

Text Font Color

.myTextColor { color: #B79199; }

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

This text font color is #B79199.


Background Color

.myBgColor { background-color: #B79199; }

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

This div background color is #B79199.


Border color

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

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

This div border color is #B79199.


Opacity

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

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

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

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

This text has shadow with #B79199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79199 on black background.


Color preview on white background

This text has color #B79199 on white background.



Black color preview on #B79199 background

This text has black color on #B79199 background.


White color preview on #B79199 background

This text has white color on #B79199 background.