COLOR #B5463E

HEX: #B5463E
RGB: (181,70,62)

Color info

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

RGB color model

#B5463E color RGB value is (181,70,62).

  • red value is 181;
  • green value is 70;
  • blue value is 62.
RGB:
(181,70,62)
(71%,27%,24%)

RGB channels and saturation

R 181 of 255 = 71%
G 70 of 255 = 27%
B 62 of 255 = 24%

181
70
62

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

Portions of RGB colors in percentages

R + G + B =
181 + 70 + 62 = 313 (100%)
R 181 of 313 ~ 57.83%
G 70 of 313 ~ 22.36%
B 62 of 313 ~ 19.81%

%57.83
%22.36
%19.81

CMYK color model

#B5463E color CMYK value is (0,61,66,29).

  • cyan value is 0.00%
  • magenta value is 61.33%
  • yellow value is 65.75%
  • key color value is 29.02%
CMYK:
(0,61,66,29)
C0M61Y66K29 
(0%,61%,66%,29%)
(0.00/0.61/0.66/0.29)	

CMYK percentages

%0
%61.33
%65.75
%29.02

Codes

Color #B5463E in popluar color models

B5463E
RGB1817062
HSL48.97%47.65%
HSB/HSV65.75%70.98%
CMYK0.00%61.33%65.75%
29.02%

Color #B5463E in popluar number systems.

HEXB5463E
Decimal1817062
Binary101101011000110111110
Octal26510676

Shades and tints

Shades of #B5463E

#B5463E
(181,70,62)
#A54039
(165,64,57)
#953A34
(149,58,52)
#85342F
(133,52,47)
#752E2A
(117,46,42)
#652825
(101,40,37)
#552220
(85,34,32)
#451C1B
(69,28,27)
#351616
(53,22,22)
#251011
(37,16,17)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #B5463E

#B5463E
(181,70,62)
#BB564F
(187,86,79)
#C16660
(193,102,96)
#C77671
(199,118,113)
#CD8682
(205,134,130)
#D39693
(211,150,147)
#D9A6A4
(217,166,164)
#DFB6B5
(223,182,181)
#E5C6C6
(229,198,198)
#EBD6D7
(235,214,215)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5463E color. Also use rgb(181,70,62) instead hex code.

Text Font Color

.myTextColor { color: #B5463E; }

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

This text font color is #B5463E.


Background Color

.myBgColor { background-color: #B5463E; }

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

This div background color is #B5463E.


Border color

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

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

This div border color is #B5463E.


Opacity

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

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

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

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

This text has shadow with #B5463E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5463E on black background.


Color preview on white background

This text has color #B5463E on white background.



Black color preview on #B5463E background

This text has black color on #B5463E background.


White color preview on #B5463E background

This text has white color on #B5463E background.