COLOR #B79CA0

HEX: #B79CA0 RGB: (183,156,160)

Color info

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

RGB color model

#B79CA0 color RGB value is (183,156,160).

RGB: (183,156,160) (72%, 61%, 63%)

RGB channels and saturation

R 183 of 255 = 72%
G 156 of 255 = 61%
B 160 of 255 = 63%

183
156
160

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

Portions of RGB colors in percentages

R + G + B = 183 + 156 + 160 = 499 (100%)
R 183 of 499 ~ 36.67%
G 156 of 499 ~ 31.26%
B 160 of 499 ~ 32.06'%

%36.67
%31.26
%32.06

CMYK color model

#B79CA0 color CMYK value is (0,15,13,28).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK: (0,15,13,28) C0M15Y13K28 (0%,15%,13%,28%) (0.00/0.15/0.13/0.28) 

CMYK percentages

%0
%14.75
%12.57
%28.24

Codes

Color #B79CA0 in popluar color models

B7 9C A0
RGB 183 156 160
HSL 351° 15.79% 66.47%
HSB/HSV 351° 14.75% 71.76%
CMYK 0.00% 14.75% 12.57%
28.24%

Color #B79CA0 in popluar number systems.

HEX B7 9C A0
Decimal 183 156 160
Binary 10110111 10011100 10100000
Octal 267 234 240

Shades and tints

Shades of #B79CA0

#B79CA0
(183,156,160)
#A78E92
(167,142,146)
#978084
(151,128,132)
#877276
(135,114,118)
#776468
(119,100,104)
#67565A
(103,86,90)
#57484C
(87,72,76)
#473A3E
(71,58,62)
#372C30
(55,44,48)
#271E22
(39,30,34)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #B79CA0

#B79CA0
(183,156,160)
#BDA5A8
(189,165,168)
#C3AEB0
(195,174,176)
#C9B7B8
(201,183,184)
#CFC0C0
(207,192,192)
#D5C9C8
(213,201,200)
#DBD2D0
(219,210,208)
#E1DBD8
(225,219,216)
#E7E4E0
(231,228,224)
#EDEDE8
(237,237,232)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79CA0 color. Also use rgb(183,156,160) instead hex code.

Text Font Color

.myTextColor { color: #B79CA0; }

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

This text font color is #B79CA0.

Background Color

.myBgColor { background-color: #B79CA0; }

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

This div background color is #B79CA0.

Border color

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

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

This div border color is #B79CA0.

Opacity

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

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

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

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

This text has shadow with #B79CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79CA0.

Preview

Color preview on black background

This text has color #B79CA0 on black background.


Color preview on white background

This text has color #B79CA0 on white background.


Black color preview on #B79CA0 background

This text has black color on #B79CA0 background.


White color preview on #B79CA0 background

This text has white color on #B79CA0 background.


Related colors

Complementary color

Complementary color for #hex is #48635F.


I love getcolorcode.com

Triadic colors

1 #A0B79C and #9CA0B7 with #B79CA0 are triadic colors.

2 #A09CB7 and #9CB7A0 with #B79CA0 are triadic colors.