COLOR #B4798B

HEX: #B4798B
RGB: (180,121,139)

Color info

#B4798B contains red, green and blue colors in about the same proportion. Web safe color of #B4798B is #CC6699 (or #C69).

RGB color model

#B4798B color RGB value is (180,121,139).

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

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 139 of 255 = 55%

180
121
139

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

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 139 = 440 (100%)
R 180 of 440 ~ 40.91%
G 121 of 440 ~ 27.5%
B 139 of 440 ~ 31.59%

%40.91
%27.5
%31.59

CMYK color model

#B4798B color CMYK value is (0,33,23,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(0,33,23,29)
C0M33Y23K29 
(0%,33%,23%,29%)
(0.00/0.33/0.23/0.29)	

CMYK percentages

%0
%32.78
%22.78
%29.41

Codes

Color #B4798B in popluar color models

B4798B
RGB180121139
HSL342°28.23%59.02%
HSB/HSV342°32.78%70.59%
CMYK0.00%32.78%22.78%
29.41%

Color #B4798B in popluar number systems.

HEXB4798B
Decimal180121139
Binary10110100111100110001011
Octal264171213

Shades and tints

Shades of #B4798B

#B4798B
(180,121,139)
#A46E7F
(164,110,127)
#946373
(148,99,115)
#845867
(132,88,103)
#744D5B
(116,77,91)
#64424F
(100,66,79)
#543743
(84,55,67)
#442C37
(68,44,55)
#34212B
(52,33,43)
#24161F
(36,22,31)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #B4798B

#B4798B
(180,121,139)
#BA8595
(186,133,149)
#C0919F
(192,145,159)
#C69DA9
(198,157,169)
#CCA9B3
(204,169,179)
#D2B5BD
(210,181,189)
#D8C1C7
(216,193,199)
#DECDD1
(222,205,209)
#E4D9DB
(228,217,219)
#EAE5E5
(234,229,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4798B; }

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

This text font color is #B4798B.


Background Color

.myBgColor { background-color: #B4798B; }

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

This div background color is #B4798B.


Border color

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

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

This div border color is #B4798B.


Opacity

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

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

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

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

This text has shadow with #B4798B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4798B on black background.


Color preview on white background

This text has color #B4798B on white background.



Black color preview on #B4798B background

This text has black color on #B4798B background.


White color preview on #B4798B background

This text has white color on #B4798B background.