COLOR #B63C5E

HEX: #B63C5E
RGB: (182,60,94)

Color info

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

RGB color model

#B63C5E color RGB value is (182,60,94).

  • red value is 182;
  • green value is 60;
  • blue value is 94.
RGB:
(182,60,94)
(71%,24%,37%)

RGB channels and saturation

R 182 of 255 = 71%
G 60 of 255 = 24%
B 94 of 255 = 37%

182
60
94

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

Portions of RGB colors in percentages

R + G + B =
182 + 60 + 94 = 336 (100%)
R 182 of 336 ~ 54.17%
G 60 of 336 ~ 17.86%
B 94 of 336 ~ 27.98%

%54.17
%17.86
%27.98

CMYK color model

#B63C5E color CMYK value is (0,67,48,29).

  • cyan value is 0.00%
  • magenta value is 67.03%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(0,67,48,29)
C0M67Y48K29 
(0%,67%,48%,29%)
(0.00/0.67/0.48/0.29)	

CMYK percentages

%0
%67.03
%48.35
%28.63

Codes

Color #B63C5E in popluar color models

B63C5E
RGB1826094
HSL343°50.41%47.45%
HSB/HSV343°67.03%71.37%
CMYK0.00%67.03%48.35%
28.63%

Color #B63C5E in popluar number systems.

HEXB63C5E
Decimal1826094
Binary101101101111001011110
Octal26674136

Shades and tints

Shades of #B63C5E

#B63C5E
(182,60,94)
#A63756
(166,55,86)
#96324E
(150,50,78)
#862D46
(134,45,70)
#76283E
(118,40,62)
#662336
(102,35,54)
#561E2E
(86,30,46)
#461926
(70,25,38)
#36141E
(54,20,30)
#260F16
(38,15,22)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #B63C5E

#B63C5E
(182,60,94)
#BC4D6C
(188,77,108)
#C25E7A
(194,94,122)
#C86F88
(200,111,136)
#CE8096
(206,128,150)
#D491A4
(212,145,164)
#DAA2B2
(218,162,178)
#E0B3C0
(224,179,192)
#E6C4CE
(230,196,206)
#ECD5DC
(236,213,220)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B63C5E color. Also use rgb(182,60,94) instead hex code.

Text Font Color

.myTextColor { color: #B63C5E; }

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

This text font color is #B63C5E.


Background Color

.myBgColor { background-color: #B63C5E; }

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

This div background color is #B63C5E.


Border color

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

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

This div border color is #B63C5E.


Opacity

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

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

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

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

This text has shadow with #B63C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B63C5E on black background.


Color preview on white background

This text has color #B63C5E on white background.



Black color preview on #B63C5E background

This text has black color on #B63C5E background.


White color preview on #B63C5E background

This text has white color on #B63C5E background.