COLOR #B81D58

HEX: #B81D58
RGB: (184,29,88)

Color info

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

RGB color model

#B81D58 color RGB value is (184,29,88).

  • red value is 184;
  • green value is 29;
  • blue value is 88.
RGB:
(184,29,88)
(72%,11%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 29 of 255 = 11%
B 88 of 255 = 35%

184
29
88

R + G + B ~ 39%. #B81D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 29 + 88 = 301 (100%)
R 184 of 301 ~ 61.13%
G 29 of 301 ~ 9.63%
B 88 of 301 ~ 29.24%

%61.13
%9.63
%29.24

CMYK color model

#B81D58 color CMYK value is (0,84,52,28).

  • cyan value is 0.00%
  • magenta value is 84.24%
  • yellow value is 52.17%
  • key color value is 27.84%
CMYK:
(0,84,52,28)
C0M84Y52K28 
(0%,84%,52%,28%)
(0.00/0.84/0.52/0.28)	

CMYK percentages

%0
%84.24
%52.17
%27.84

Codes

Color #B81D58 in popluar color models

B81D58
RGB1842988
HSL337°72.77%41.76%
HSB/HSV337°84.24%72.16%
CMYK0.00%84.24%52.17%
27.84%

Color #B81D58 in popluar number systems.

HEXB81D58
Decimal1842988
Binary10111000111011011000
Octal27035130

Shades and tints

Shades of #B81D58

#B81D58
(184,29,88)
#A81B50
(168,27,80)
#981948
(152,25,72)
#881740
(136,23,64)
#781538
(120,21,56)
#681330
(104,19,48)
#581128
(88,17,40)
#480F20
(72,15,32)
#380D18
(56,13,24)
#280B10
(40,11,16)
#180908
(24,9,8)
#000000
(0,0,0)

Tints of #B81D58

#B81D58
(184,29,88)
#BE3167
(190,49,103)
#C44576
(196,69,118)
#CA5985
(202,89,133)
#D06D94
(208,109,148)
#D681A3
(214,129,163)
#DC95B2
(220,149,178)
#E2A9C1
(226,169,193)
#E8BDD0
(232,189,208)
#EED1DF
(238,209,223)
#F4E5EE
(244,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B81D58 color. Also use rgb(184,29,88) instead hex code.

Text Font Color

.myTextColor { color: #B81D58; }

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

This text font color is #B81D58.


Background Color

.myBgColor { background-color: #B81D58; }

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

This div background color is #B81D58.


Border color

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

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

This div border color is #B81D58.


Opacity

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

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

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

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

This text has shadow with #B81D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B81D58 on black background.


Color preview on white background

This text has color #B81D58 on white background.



Black color preview on #B81D58 background

This text has black color on #B81D58 background.


White color preview on #B81D58 background

This text has white color on #B81D58 background.