COLOR #B79A88

HEX: #B79A88
RGB: (183,154,136)

Color info

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

RGB color model

#B79A88 color RGB value is (183,154,136).

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

RGB channels and saturation

R 183 of 255 = 72%
G 154 of 255 = 60%
B 136 of 255 = 53%

183
154
136

R + G + B ~ 62%. #B79A88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 154 + 136 = 473 (100%)
R 183 of 473 ~ 38.69%
G 154 of 473 ~ 32.56%
B 136 of 473 ~ 28.75%

%38.69
%32.56
%28.75

CMYK color model

#B79A88 color CMYK value is (0,16,26,28).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 25.68%
  • key color value is 28.24%
CMYK:
(0,16,26,28)
C0M16Y26K28 
(0%,16%,26%,28%)
(0.00/0.16/0.26/0.28)	

CMYK percentages

%0
%15.85
%25.68
%28.24

Codes

Color #B79A88 in popluar color models

B79A88
RGB183154136
HSL23°24.61%62.55%
HSB/HSV23°25.68%71.76%
CMYK0.00%15.85%25.68%
28.24%

Color #B79A88 in popluar number systems.

HEXB79A88
Decimal183154136
Binary101101111001101010001000
Octal267232210

Shades and tints

Shades of #B79A88

#B79A88
(183,154,136)
#A78C7C
(167,140,124)
#977E70
(151,126,112)
#877064
(135,112,100)
#776258
(119,98,88)
#67544C
(103,84,76)
#574640
(87,70,64)
#473834
(71,56,52)
#372A28
(55,42,40)
#271C1C
(39,28,28)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B79A88

#B79A88
(183,154,136)
#BDA392
(189,163,146)
#C3AC9C
(195,172,156)
#C9B5A6
(201,181,166)
#CFBEB0
(207,190,176)
#D5C7BA
(213,199,186)
#DBD0C4
(219,208,196)
#E1D9CE
(225,217,206)
#E7E2D8
(231,226,216)
#EDEBE2
(237,235,226)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79A88; }

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

This text font color is #B79A88.


Background Color

.myBgColor { background-color: #B79A88; }

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

This div background color is #B79A88.


Border color

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

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

This div border color is #B79A88.


Opacity

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

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

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

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

This text has shadow with #B79A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79A88 on black background.


Color preview on white background

This text has color #B79A88 on white background.



Black color preview on #B79A88 background

This text has black color on #B79A88 background.


White color preview on #B79A88 background

This text has white color on #B79A88 background.