COLOR #B79F99

HEX: #B79F99
RGB: (183,159,153)

Color info

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

RGB color model

#B79F99 color RGB value is (183,159,153).

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

RGB channels and saturation

R 183 of 255 = 72%
G 159 of 255 = 62%
B 153 of 255 = 60%

183
159
153

R + G + B ~ 65%. #B79F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 159 + 153 = 495 (100%)
R 183 of 495 ~ 36.97%
G 159 of 495 ~ 32.12%
B 153 of 495 ~ 30.91%

%36.97
%32.12
%30.91

CMYK color model

#B79F99 color CMYK value is (0,13,16,28).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(0,13,16,28)
C0M13Y16K28 
(0%,13%,16%,28%)
(0.00/0.13/0.16/0.28)	

CMYK percentages

%0
%13.11
%16.39
%28.24

Codes

Color #B79F99 in popluar color models

B79F99
RGB183159153
HSL12°17.24%65.88%
HSB/HSV12°16.39%71.76%
CMYK0.00%13.11%16.39%
28.24%

Color #B79F99 in popluar number systems.

HEXB79F99
Decimal183159153
Binary101101111001111110011001
Octal267237231

Shades and tints

Shades of #B79F99

#B79F99
(183,159,153)
#A7918C
(167,145,140)
#97837F
(151,131,127)
#877572
(135,117,114)
#776765
(119,103,101)
#675958
(103,89,88)
#574B4B
(87,75,75)
#473D3E
(71,61,62)
#372F31
(55,47,49)
#272124
(39,33,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B79F99

#B79F99
(183,159,153)
#BDA7A2
(189,167,162)
#C3AFAB
(195,175,171)
#C9B7B4
(201,183,180)
#CFBFBD
(207,191,189)
#D5C7C6
(213,199,198)
#DBCFCF
(219,207,207)
#E1D7D8
(225,215,216)
#E7DFE1
(231,223,225)
#EDE7EA
(237,231,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79F99; }

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

This text font color is #B79F99.


Background Color

.myBgColor { background-color: #B79F99; }

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

This div background color is #B79F99.


Border color

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

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

This div border color is #B79F99.


Opacity

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

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

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

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

This text has shadow with #B79F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79F99 on black background.


Color preview on white background

This text has color #B79F99 on white background.



Black color preview on #B79F99 background

This text has black color on #B79F99 background.


White color preview on #B79F99 background

This text has white color on #B79F99 background.