COLOR #B7494C

HEX: #B7494C
RGB: (183,73,76)

Color info

#B7494C contains mainly red color. Web safe color of #B7494C is #CC3333 (or #C33).

RGB color model

#B7494C color RGB value is (183,73,76).

  • red value is 183;
  • green value is 73;
  • blue value is 76.
RGB:
(183,73,76)
(72%,29%,30%)

RGB channels and saturation

R 183 of 255 = 72%
G 73 of 255 = 29%
B 76 of 255 = 30%

183
73
76

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

Portions of RGB colors in percentages

R + G + B =
183 + 73 + 76 = 332 (100%)
R 183 of 332 ~ 55.12%
G 73 of 332 ~ 21.99%
B 76 of 332 ~ 22.89%

%55.12
%21.99
%22.89

CMYK color model

#B7494C color CMYK value is (0,60,58,28).

  • cyan value is 0.00%
  • magenta value is 60.11%
  • yellow value is 58.47%
  • key color value is 28.24%
CMYK:
(0,60,58,28)
C0M60Y58K28 
(0%,60%,58%,28%)
(0.00/0.60/0.58/0.28)	

CMYK percentages

%0
%60.11
%58.47
%28.24

Codes

Color #B7494C in popluar color models

B7494C
RGB1837376
HSL358°43.31%50.20%
HSB/HSV358°60.11%71.76%
CMYK0.00%60.11%58.47%
28.24%

Color #B7494C in popluar number systems.

HEXB7494C
Decimal1837376
Binary1011011110010011001100
Octal267111114

Shades and tints

Shades of #B7494C

#B7494C
(183,73,76)
#A74346
(167,67,70)
#973D40
(151,61,64)
#87373A
(135,55,58)
#773134
(119,49,52)
#672B2E
(103,43,46)
#572528
(87,37,40)
#471F22
(71,31,34)
#37191C
(55,25,28)
#271316
(39,19,22)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #B7494C

#B7494C
(183,73,76)
#BD595C
(189,89,92)
#C3696C
(195,105,108)
#C9797C
(201,121,124)
#CF898C
(207,137,140)
#D5999C
(213,153,156)
#DBA9AC
(219,169,172)
#E1B9BC
(225,185,188)
#E7C9CC
(231,201,204)
#EDD9DC
(237,217,220)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7494C color. Also use rgb(183,73,76) instead hex code.

Text Font Color

.myTextColor { color: #B7494C; }

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

This text font color is #B7494C.


Background Color

.myBgColor { background-color: #B7494C; }

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

This div background color is #B7494C.


Border color

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

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

This div border color is #B7494C.


Opacity

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

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

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

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

This text has shadow with #B7494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7494C on black background.


Color preview on white background

This text has color #B7494C on white background.



Black color preview on #B7494C background

This text has black color on #B7494C background.


White color preview on #B7494C background

This text has white color on #B7494C background.