COLOR #B54E43

HEX: #B54E43
RGB: (181,78,67)

Color info

#B54E43 contains mainly red color. Web safe color of #B54E43 is #CC6633 (or #C63).

RGB color model

#B54E43 color RGB value is (181,78,67).

  • red value is 181;
  • green value is 78;
  • blue value is 67.
RGB:
(181,78,67)
(71%,31%,26%)

RGB channels and saturation

R 181 of 255 = 71%
G 78 of 255 = 31%
B 67 of 255 = 26%

181
78
67

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

Portions of RGB colors in percentages

R + G + B =
181 + 78 + 67 = 326 (100%)
R 181 of 326 ~ 55.52%
G 78 of 326 ~ 23.93%
B 67 of 326 ~ 20.55%

%55.52
%23.93
%20.55

CMYK color model

#B54E43 color CMYK value is (0,57,63,29).

  • cyan value is 0.00%
  • magenta value is 56.91%
  • yellow value is 62.98%
  • key color value is 29.02%
CMYK:
(0,57,63,29)
C0M57Y63K29 
(0%,57%,63%,29%)
(0.00/0.57/0.63/0.29)	

CMYK percentages

%0
%56.91
%62.98
%29.02

Codes

Color #B54E43 in popluar color models

B54E43
RGB1817867
HSL45.97%48.63%
HSB/HSV62.98%70.98%
CMYK0.00%56.91%62.98%
29.02%

Color #B54E43 in popluar number systems.

HEXB54E43
Decimal1817867
Binary1011010110011101000011
Octal265116103

Shades and tints

Shades of #B54E43

#B54E43
(181,78,67)
#A5473D
(165,71,61)
#954037
(149,64,55)
#853931
(133,57,49)
#75322B
(117,50,43)
#652B25
(101,43,37)
#55241F
(85,36,31)
#451D19
(69,29,25)
#351613
(53,22,19)
#250F0D
(37,15,13)
#150807
(21,8,7)
#000000
(0,0,0)

Tints of #B54E43

#B54E43
(181,78,67)
#BB5E54
(187,94,84)
#C16E65
(193,110,101)
#C77E76
(199,126,118)
#CD8E87
(205,142,135)
#D39E98
(211,158,152)
#D9AEA9
(217,174,169)
#DFBEBA
(223,190,186)
#E5CECB
(229,206,203)
#EBDEDC
(235,222,220)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54E43 color. Also use rgb(181,78,67) instead hex code.

Text Font Color

.myTextColor { color: #B54E43; }

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

This text font color is #B54E43.


Background Color

.myBgColor { background-color: #B54E43; }

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

This div background color is #B54E43.


Border color

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

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

This div border color is #B54E43.


Opacity

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

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

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

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

This text has shadow with #B54E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54E43 on black background.


Color preview on white background

This text has color #B54E43 on white background.



Black color preview on #B54E43 background

This text has black color on #B54E43 background.


White color preview on #B54E43 background

This text has white color on #B54E43 background.