COLOR #B72F4D

HEX: #B72F4D RGB: (183,47,77)

Color info

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

RGB color model

#B72F4D color RGB value is (183,47,77).

RGB: (183,47,77) (72%, 18%, 30%)

RGB channels and saturation

R 183 of 255 = 72%
G 47 of 255 = 18%
B 77 of 255 = 30%

183
47
77

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

Portions of RGB colors in percentages

R + G + B = 183 + 47 + 77 = 307 (100%)
R 183 of 307 ~ 59.61%
G 47 of 307 ~ 15.31%
B 77 of 307 ~ 25.08'%

%59.61
%15.31
%25.08

CMYK color model

#B72F4D color CMYK value is (0,74,58,28).

  • cyan value is 0.00%
  • magenta value is 74.32%
  • yellow value is 57.92%
  • key color value is 28.24%

CMYK: (0,74,58,28)
C0M74Y58K28 (0%, 74%, 58%, 28%)
(0.00 / 0.74 / 0.58 / 0.28)

CMYK percentages

%0
%74.32
%57.92
%28.24

Codes

Color #B72F4D in popluar color models

B7 2F 4D
RGB 183 47 77
HSL 347° 59.13% 45.10%
HSB/HSV 347° 74.32% 71.76%
CMYK 0.00% 74.32% 57.92%
28.24%

Color #B72F4D in popluar number systems.

HEX B7 2F 4D
Decimal 183 47 77
Binary 10110111 101111 1001101
Octal 267 57 115

Shades and tints

Shades of #B72F4D

#B72F4D
(183,47,77)
#A72B46
(167,43,70)
#97273F
(151,39,63)
#872338
(135,35,56)
#771F31
(119,31,49)
#671B2A
(103,27,42)
#571723
(87,23,35)
#47131C
(71,19,28)
#370F15
(55,15,21)
#270B0E
(39,11,14)
#170707
(23,7,7)
#000000
(0,0,0)

Tints of #B72F4D

#B72F4D
(183,47,77)
#BD415D
(189,65,93)
#C3536D
(195,83,109)
#C9657D
(201,101,125)
#CF778D
(207,119,141)
#D5899D
(213,137,157)
#DB9BAD
(219,155,173)
#E1ADBD
(225,173,189)
#E7BFCD
(231,191,205)
#EDD1DD
(237,209,221)
#F3E3ED
(243,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72F4D color. Also use rgb(183,47,77) instead hex code.

Text Font Color

.myTextColor { color: #B72F4D; }

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

This text font color is #B72F4D.

Background Color

.myBgColor { background-color: #B72F4D; }

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

This div background color is #B72F4D.

Border color

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

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

This div border color is #B72F4D.

Opacity

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

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

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

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

This text has shadow with #B72F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B72F4D.

Preview

Color preview on black background

This text has color #B72F4D on black background.


Color preview on white background

This text has color #B72F4D on white background.


Black color preview on #B72F4D background

This text has black color on #B72F4D background.


White color preview on #B72F4D background

This text has white color on #B72F4D background.


Related colors

Complementary color

Complementary color for #hex is #48D0B2.


I love getcolorcode.com

Triadic colors

1 #4DB72F and #2F4DB7 with #B72F4D are triadic colors.

2 #4D2FB7 and #2FB74D with #B72F4D are triadic colors.