COLOR #B7447B

HEX: #B7447B
RGB: (183,68,123)

Color info

#B7447B contains mainly red color. Web safe color of #B7447B is #CC3366 (or #C36).

RGB color model

#B7447B color RGB value is (183,68,123).

  • red value is 183;
  • green value is 68;
  • blue value is 123.
RGB:
(183,68,123)
(72%,27%,48%)

RGB channels and saturation

R 183 of 255 = 72%
G 68 of 255 = 27%
B 123 of 255 = 48%

183
68
123

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

Portions of RGB colors in percentages

R + G + B =
183 + 68 + 123 = 374 (100%)
R 183 of 374 ~ 48.93%
G 68 of 374 ~ 18.18%
B 123 of 374 ~ 32.89%

%48.93
%18.18
%32.89

CMYK color model

#B7447B color CMYK value is (0,63,33,28).

  • cyan value is 0.00%
  • magenta value is 62.84%
  • yellow value is 32.79%
  • key color value is 28.24%
CMYK:
(0,63,33,28)
C0M63Y33K28 
(0%,63%,33%,28%)
(0.00/0.63/0.33/0.28)	

CMYK percentages

%0
%62.84
%32.79
%28.24

Codes

Color #B7447B in popluar color models

B7447B
RGB18368123
HSL331°45.82%49.22%
HSB/HSV331°62.84%71.76%
CMYK0.00%62.84%32.79%
28.24%

Color #B7447B in popluar number systems.

HEXB7447B
Decimal18368123
Binary1011011110001001111011
Octal267104173

Shades and tints

Shades of #B7447B

#B7447B
(183,68,123)
#A73E70
(167,62,112)
#973865
(151,56,101)
#87325A
(135,50,90)
#772C4F
(119,44,79)
#672644
(103,38,68)
#572039
(87,32,57)
#471A2E
(71,26,46)
#371423
(55,20,35)
#270E18
(39,14,24)
#17080D
(23,8,13)
#000000
(0,0,0)

Tints of #B7447B

#B7447B
(183,68,123)
#BD5587
(189,85,135)
#C36693
(195,102,147)
#C9779F
(201,119,159)
#CF88AB
(207,136,171)
#D599B7
(213,153,183)
#DBAAC3
(219,170,195)
#E1BBCF
(225,187,207)
#E7CCDB
(231,204,219)
#EDDDE7
(237,221,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7447B color. Also use rgb(183,68,123) instead hex code.

Text Font Color

.myTextColor { color: #B7447B; }

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

This text font color is #B7447B.


Background Color

.myBgColor { background-color: #B7447B; }

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

This div background color is #B7447B.


Border color

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

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

This div border color is #B7447B.


Opacity

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

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

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

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

This text has shadow with #B7447B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7447B on black background.


Color preview on white background

This text has color #B7447B on white background.



Black color preview on #B7447B background

This text has black color on #B7447B background.


White color preview on #B7447B background

This text has white color on #B7447B background.