COLOR #B4797C

HEX: #B4797C
RGB: (180,121,124)

Color info

#B4797C contains red, green and blue colors in about the same proportion. Web safe color of #B4797C is #CC6666 (or #C66).

RGB color model

#B4797C color RGB value is (180,121,124).

  • red value is 180;
  • green value is 121;
  • blue value is 124.
RGB:
(180,121,124)
(71%,47%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 124 of 255 = 49%

180
121
124

R + G + B ~ 56%. #B4797C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 124 = 425 (100%)
R 180 of 425 ~ 42.35%
G 121 of 425 ~ 28.47%
B 124 of 425 ~ 29.18%

%42.35
%28.47
%29.18

CMYK color model

#B4797C color CMYK value is (0,33,31,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK:
(0,33,31,29)
C0M33Y31K29 
(0%,33%,31%,29%)
(0.00/0.33/0.31/0.29)	

CMYK percentages

%0
%32.78
%31.11
%29.41

Codes

Color #B4797C in popluar color models

B4797C
RGB180121124
HSL357°28.23%59.02%
HSB/HSV357°32.78%70.59%
CMYK0.00%32.78%31.11%
29.41%

Color #B4797C in popluar number systems.

HEXB4797C
Decimal180121124
Binary1011010011110011111100
Octal264171174

Shades and tints

Shades of #B4797C

#B4797C
(180,121,124)
#A46E71
(164,110,113)
#946366
(148,99,102)
#84585B
(132,88,91)
#744D50
(116,77,80)
#644245
(100,66,69)
#54373A
(84,55,58)
#442C2F
(68,44,47)
#342124
(52,33,36)
#241619
(36,22,25)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #B4797C

#B4797C
(180,121,124)
#BA8587
(186,133,135)
#C09192
(192,145,146)
#C69D9D
(198,157,157)
#CCA9A8
(204,169,168)
#D2B5B3
(210,181,179)
#D8C1BE
(216,193,190)
#DECDC9
(222,205,201)
#E4D9D4
(228,217,212)
#EAE5DF
(234,229,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4797C color. Also use rgb(180,121,124) instead hex code.

Text Font Color

.myTextColor { color: #B4797C; }

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

This text font color is #B4797C.


Background Color

.myBgColor { background-color: #B4797C; }

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

This div background color is #B4797C.


Border color

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

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

This div border color is #B4797C.


Opacity

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

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

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

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

This text has shadow with #B4797C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4797C on black background.


Color preview on white background

This text has color #B4797C on white background.



Black color preview on #B4797C background

This text has black color on #B4797C background.


White color preview on #B4797C background

This text has white color on #B4797C background.