COLOR #B79992

HEX: #B79992
RGB: (183,153,146)

Color info

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

RGB color model

#B79992 color RGB value is (183,153,146).

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

RGB channels and saturation

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

183
153
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 153 + 146 = 482 (100%)
R 183 of 482 ~ 37.97%
G 153 of 482 ~ 31.74%
B 146 of 482 ~ 30.29%

%37.97
%31.74
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.39%
  • 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
%16.39
%20.22
%28.24

Codes

Color #B79992 in popluar color models

B79992
RGB183153146
HSL11°20.44%64.51%
HSB/HSV11°20.22%71.76%
CMYK0.00%16.39%20.22%
28.24%

Color #B79992 in popluar number systems.

HEXB79992
Decimal183153146
Binary101101111001100110010010
Octal267231222

Shades and tints

Shades of #B79992

#B79992
(183,153,146)
#A78C85
(167,140,133)
#977F78
(151,127,120)
#87726B
(135,114,107)
#77655E
(119,101,94)
#675851
(103,88,81)
#574B44
(87,75,68)
#473E37
(71,62,55)
#37312A
(55,49,42)
#27241D
(39,36,29)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #B79992

#B79992
(183,153,146)
#BDA29B
(189,162,155)
#C3ABA4
(195,171,164)
#C9B4AD
(201,180,173)
#CFBDB6
(207,189,182)
#D5C6BF
(213,198,191)
#DBCFC8
(219,207,200)
#E1D8D1
(225,216,209)
#E7E1DA
(231,225,218)
#EDEAE3
(237,234,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79992; }

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

This text font color is #B79992.


Background Color

.myBgColor { background-color: #B79992; }

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

This div background color is #B79992.


Border color

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

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

This div border color is #B79992.


Opacity

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

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

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

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

This text has shadow with #B79992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79992 on black background.


Color preview on white background

This text has color #B79992 on white background.



Black color preview on #B79992 background

This text has black color on #B79992 background.


White color preview on #B79992 background

This text has white color on #B79992 background.