COLOR #B79A92

HEX: #B79A92
RGB: (183,154,146)

Color info

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

RGB color model

#B79A92 color RGB value is (183,154,146).

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

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 146 of 255 = 57%

183
154
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 146 = 483 (100%)
R 183 of 483 ~ 37.89%
G 154 of 483 ~ 31.88%
B 146 of 483 ~ 30.23%

%37.89
%31.88
%30.23

CMYK color model

#B79A92 color CMYK value is (0,16,20,28).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(0,16,20,28)
C0M16Y20K28 
(0%,16%,20%,28%)
(0.00/0.16/0.20/0.28)	

CMYK percentages

%0
%15.85
%20.22
%28.24

Codes

Color #B79A92 in popluar color models

B79A92
RGB183154146
HSL13°20.44%64.51%
HSB/HSV13°20.22%71.76%
CMYK0.00%15.85%20.22%
28.24%

Color #B79A92 in popluar number systems.

HEXB79A92
Decimal183154146
Binary101101111001101010010010
Octal267232222

Shades and tints

Shades of #B79A92

#B79A92
(183,154,146)
#A78C85
(167,140,133)
#977E78
(151,126,120)
#87706B
(135,112,107)
#77625E
(119,98,94)
#675451
(103,84,81)
#574644
(87,70,68)
#473837
(71,56,55)
#372A2A
(55,42,42)
#271C1D
(39,28,29)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B79A92

#B79A92
(183,154,146)
#BDA39B
(189,163,155)
#C3ACA4
(195,172,164)
#C9B5AD
(201,181,173)
#CFBEB6
(207,190,182)
#D5C7BF
(213,199,191)
#DBD0C8
(219,208,200)
#E1D9D1
(225,217,209)
#E7E2DA
(231,226,218)
#EDEBE3
(237,235,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79A92 color. Also use rgb(183,154,146) instead hex code.

Text Font Color

.myTextColor { color: #B79A92; }

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

This text font color is #B79A92.


Background Color

.myBgColor { background-color: #B79A92; }

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

This div background color is #B79A92.


Border color

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

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

This div border color is #B79A92.


Opacity

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

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

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

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

This text has shadow with #B79A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79A92 on black background.


Color preview on white background

This text has color #B79A92 on white background.



Black color preview on #B79A92 background

This text has black color on #B79A92 background.


White color preview on #B79A92 background

This text has white color on #B79A92 background.