COLOR #B74558

HEX: #B74558
RGB: (183,69,88)

Color info

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

RGB color model

#B74558 color RGB value is (183,69,88).

  • red value is 183;
  • green value is 69;
  • blue value is 88.
RGB:
(183,69,88)
(72%,27%,35%)

RGB channels and saturation

R 183 of 255 = 72%
G 69 of 255 = 27%
B 88 of 255 = 35%

183
69
88

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

Portions of RGB colors in percentages

R + G + B =
183 + 69 + 88 = 340 (100%)
R 183 of 340 ~ 53.82%
G 69 of 340 ~ 20.29%
B 88 of 340 ~ 25.88%

%53.82
%20.29
%25.88

CMYK color model

#B74558 color CMYK value is (0,62,52,28).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 51.91%
  • key color value is 28.24%
CMYK:
(0,62,52,28)
C0M62Y52K28 
(0%,62%,52%,28%)
(0.00/0.62/0.52/0.28)	

CMYK percentages

%0
%62.3
%51.91
%28.24

Codes

Color #B74558 in popluar color models

B74558
RGB1836988
HSL350°45.24%49.41%
HSB/HSV350°62.30%71.76%
CMYK0.00%62.30%51.91%
28.24%

Color #B74558 in popluar number systems.

HEXB74558
Decimal1836988
Binary1011011110001011011000
Octal267105130

Shades and tints

Shades of #B74558

#B74558
(183,69,88)
#A73F50
(167,63,80)
#973948
(151,57,72)
#873340
(135,51,64)
#772D38
(119,45,56)
#672730
(103,39,48)
#572128
(87,33,40)
#471B20
(71,27,32)
#371518
(55,21,24)
#270F10
(39,15,16)
#170908
(23,9,8)
#000000
(0,0,0)

Tints of #B74558

#B74558
(183,69,88)
#BD5567
(189,85,103)
#C36576
(195,101,118)
#C97585
(201,117,133)
#CF8594
(207,133,148)
#D595A3
(213,149,163)
#DBA5B2
(219,165,178)
#E1B5C1
(225,181,193)
#E7C5D0
(231,197,208)
#EDD5DF
(237,213,223)
#F3E5EE
(243,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74558 color. Also use rgb(183,69,88) instead hex code.

Text Font Color

.myTextColor { color: #B74558; }

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

This text font color is #B74558.


Background Color

.myBgColor { background-color: #B74558; }

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

This div background color is #B74558.


Border color

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

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

This div border color is #B74558.


Opacity

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

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

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

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

This text has shadow with #B74558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74558 on black background.


Color preview on white background

This text has color #B74558 on white background.



Black color preview on #B74558 background

This text has black color on #B74558 background.


White color preview on #B74558 background

This text has white color on #B74558 background.