COLOR #B79F95

HEX: #B79F95
RGB: (183,159,149)

Color info

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

RGB color model

#B79F95 color RGB value is (183,159,149).

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

RGB channels and saturation

R 183 of 255 = 72%
G 159 of 255 = 62%
B 149 of 255 = 58%

183
159
149

R + G + B ~ 64%. #B79F95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 159 + 149 = 491 (100%)
R 183 of 491 ~ 37.27%
G 159 of 491 ~ 32.38%
B 149 of 491 ~ 30.35%

%37.27
%32.38
%30.35

CMYK color model

#B79F95 color CMYK value is (0,13,19,28).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(0,13,19,28)
C0M13Y19K28 
(0%,13%,19%,28%)
(0.00/0.13/0.19/0.28)	

CMYK percentages

%0
%13.11
%18.58
%28.24

Codes

Color #B79F95 in popluar color models

B79F95
RGB183159149
HSL18°19.10%65.10%
HSB/HSV18°18.58%71.76%
CMYK0.00%13.11%18.58%
28.24%

Color #B79F95 in popluar number systems.

HEXB79F95
Decimal183159149
Binary101101111001111110010101
Octal267237225

Shades and tints

Shades of #B79F95

#B79F95
(183,159,149)
#A79188
(167,145,136)
#97837B
(151,131,123)
#87756E
(135,117,110)
#776761
(119,103,97)
#675954
(103,89,84)
#574B47
(87,75,71)
#473D3A
(71,61,58)
#372F2D
(55,47,45)
#272120
(39,33,32)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B79F95

#B79F95
(183,159,149)
#BDA79E
(189,167,158)
#C3AFA7
(195,175,167)
#C9B7B0
(201,183,176)
#CFBFB9
(207,191,185)
#D5C7C2
(213,199,194)
#DBCFCB
(219,207,203)
#E1D7D4
(225,215,212)
#E7DFDD
(231,223,221)
#EDE7E6
(237,231,230)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79F95; }

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

This text font color is #B79F95.


Background Color

.myBgColor { background-color: #B79F95; }

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

This div background color is #B79F95.


Border color

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

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

This div border color is #B79F95.


Opacity

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

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

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

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

This text has shadow with #B79F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79F95 on black background.


Color preview on white background

This text has color #B79F95 on white background.



Black color preview on #B79F95 background

This text has black color on #B79F95 background.


White color preview on #B79F95 background

This text has white color on #B79F95 background.