COLOR #B83149

HEX: #B83149
RGB: (184,49,73)

Color info

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

RGB color model

#B83149 color RGB value is (184,49,73).

  • red value is 184;
  • green value is 49;
  • blue value is 73.
RGB:
(184,49,73)
(72%,19%,29%)

RGB channels and saturation

R 184 of 255 = 72%
G 49 of 255 = 19%
B 73 of 255 = 29%

184
49
73

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

Portions of RGB colors in percentages

R + G + B =
184 + 49 + 73 = 306 (100%)
R 184 of 306 ~ 60.13%
G 49 of 306 ~ 16.01%
B 73 of 306 ~ 23.86%

%60.13
%16.01
%23.86

CMYK color model

#B83149 color CMYK value is (0,73,60,28).

  • cyan value is 0.00%
  • magenta value is 73.37%
  • yellow value is 60.33%
  • key color value is 27.84%
CMYK:
(0,73,60,28)
C0M73Y60K28 
(0%,73%,60%,28%)
(0.00/0.73/0.60/0.28)	

CMYK percentages

%0
%73.37
%60.33
%27.84

Codes

Color #B83149 in popluar color models

B83149
RGB1844973
HSL349°57.94%45.69%
HSB/HSV349°73.37%72.16%
CMYK0.00%73.37%60.33%
27.84%

Color #B83149 in popluar number systems.

HEXB83149
Decimal1844973
Binary101110001100011001001
Octal27061111

Shades and tints

Shades of #B83149

#B83149
(184,49,73)
#A82D43
(168,45,67)
#98293D
(152,41,61)
#882537
(136,37,55)
#782131
(120,33,49)
#681D2B
(104,29,43)
#581925
(88,25,37)
#48151F
(72,21,31)
#381119
(56,17,25)
#280D13
(40,13,19)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #B83149

#B83149
(184,49,73)
#BE4359
(190,67,89)
#C45569
(196,85,105)
#CA6779
(202,103,121)
#D07989
(208,121,137)
#D68B99
(214,139,153)
#DC9DA9
(220,157,169)
#E2AFB9
(226,175,185)
#E8C1C9
(232,193,201)
#EED3D9
(238,211,217)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83149 color. Also use rgb(184,49,73) instead hex code.

Text Font Color

.myTextColor { color: #B83149; }

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

This text font color is #B83149.


Background Color

.myBgColor { background-color: #B83149; }

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

This div background color is #B83149.


Border color

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

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

This div border color is #B83149.


Opacity

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

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

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

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

This text has shadow with #B83149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83149 on black background.


Color preview on white background

This text has color #B83149 on white background.



Black color preview on #B83149 background

This text has black color on #B83149 background.


White color preview on #B83149 background

This text has white color on #B83149 background.