COLOR #B65463

HEX: #B65463
RGB: (182,84,99)

Color info

#B65463 contains mainly red color. Web safe color of #B65463 is #CC6666 (or #C66).

RGB color model

#B65463 color RGB value is (182,84,99).

  • red value is 182;
  • green value is 84;
  • blue value is 99.
RGB:
(182,84,99)
(71%,33%,39%)

RGB channels and saturation

R 182 of 255 = 71%
G 84 of 255 = 33%
B 99 of 255 = 39%

182
84
99

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

Portions of RGB colors in percentages

R + G + B =
182 + 84 + 99 = 365 (100%)
R 182 of 365 ~ 49.86%
G 84 of 365 ~ 23.01%
B 99 of 365 ~ 27.12%

%49.86
%23.01
%27.12

CMYK color model

#B65463 color CMYK value is (0,54,46,29).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 45.60%
  • key color value is 28.63%
CMYK:
(0,54,46,29)
C0M54Y46K29 
(0%,54%,46%,29%)
(0.00/0.54/0.46/0.29)	

CMYK percentages

%0
%53.85
%45.6
%28.63

Codes

Color #B65463 in popluar color models

B65463
RGB1828499
HSL351°40.16%52.16%
HSB/HSV351°53.85%71.37%
CMYK0.00%53.85%45.60%
28.63%

Color #B65463 in popluar number systems.

HEXB65463
Decimal1828499
Binary1011011010101001100011
Octal266124143

Shades and tints

Shades of #B65463

#B65463
(182,84,99)
#A64D5A
(166,77,90)
#964651
(150,70,81)
#863F48
(134,63,72)
#76383F
(118,56,63)
#663136
(102,49,54)
#562A2D
(86,42,45)
#462324
(70,35,36)
#361C1B
(54,28,27)
#261512
(38,21,18)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #B65463

#B65463
(182,84,99)
#BC6371
(188,99,113)
#C2727F
(194,114,127)
#C8818D
(200,129,141)
#CE909B
(206,144,155)
#D49FA9
(212,159,169)
#DAAEB7
(218,174,183)
#E0BDC5
(224,189,197)
#E6CCD3
(230,204,211)
#ECDBE1
(236,219,225)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65463 color. Also use rgb(182,84,99) instead hex code.

Text Font Color

.myTextColor { color: #B65463; }

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

This text font color is #B65463.


Background Color

.myBgColor { background-color: #B65463; }

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

This div background color is #B65463.


Border color

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

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

This div border color is #B65463.


Opacity

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

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

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

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

This text has shadow with #B65463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65463 on black background.


Color preview on white background

This text has color #B65463 on white background.



Black color preview on #B65463 background

This text has black color on #B65463 background.


White color preview on #B65463 background

This text has white color on #B65463 background.