COLOR #B74F70

HEX: #B74F70
RGB: (183,79,112)

Color info

#B74F70 contains mainly red color. Web safe color of #B74F70 is #CC6666 (or #C66).

RGB color model

#B74F70 color RGB value is (183,79,112).

  • red value is 183;
  • green value is 79;
  • blue value is 112.
RGB:
(183,79,112)
(72%,31%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 79 of 255 = 31%
B 112 of 255 = 44%

183
79
112

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

Portions of RGB colors in percentages

R + G + B =
183 + 79 + 112 = 374 (100%)
R 183 of 374 ~ 48.93%
G 79 of 374 ~ 21.12%
B 112 of 374 ~ 29.95%

%48.93
%21.12
%29.95

CMYK color model

#B74F70 color CMYK value is (0,57,39,28).

  • cyan value is 0.00%
  • magenta value is 56.83%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(0,57,39,28)
C0M57Y39K28 
(0%,57%,39%,28%)
(0.00/0.57/0.39/0.28)	

CMYK percentages

%0
%56.83
%38.8
%28.24

Codes

Color #B74F70 in popluar color models

B74F70
RGB18379112
HSL341°41.94%51.37%
HSB/HSV341°56.83%71.76%
CMYK0.00%56.83%38.80%
28.24%

Color #B74F70 in popluar number systems.

HEXB74F70
Decimal18379112
Binary1011011110011111110000
Octal267117160

Shades and tints

Shades of #B74F70

#B74F70
(183,79,112)
#A74866
(167,72,102)
#97415C
(151,65,92)
#873A52
(135,58,82)
#773348
(119,51,72)
#672C3E
(103,44,62)
#572534
(87,37,52)
#471E2A
(71,30,42)
#371720
(55,23,32)
#271016
(39,16,22)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #B74F70

#B74F70
(183,79,112)
#BD5F7D
(189,95,125)
#C36F8A
(195,111,138)
#C97F97
(201,127,151)
#CF8FA4
(207,143,164)
#D59FB1
(213,159,177)
#DBAFBE
(219,175,190)
#E1BFCB
(225,191,203)
#E7CFD8
(231,207,216)
#EDDFE5
(237,223,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74F70 color. Also use rgb(183,79,112) instead hex code.

Text Font Color

.myTextColor { color: #B74F70; }

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

This text font color is #B74F70.


Background Color

.myBgColor { background-color: #B74F70; }

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

This div background color is #B74F70.


Border color

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

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

This div border color is #B74F70.


Opacity

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

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

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

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

This text has shadow with #B74F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74F70 on black background.


Color preview on white background

This text has color #B74F70 on white background.



Black color preview on #B74F70 background

This text has black color on #B74F70 background.


White color preview on #B74F70 background

This text has white color on #B74F70 background.