COLOR #B54C45

HEX: #B54C45
RGB: (181,76,69)

Color info

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

RGB color model

#B54C45 color RGB value is (181,76,69).

  • red value is 181;
  • green value is 76;
  • blue value is 69.
RGB:
(181,76,69)
(71%,30%,27%)

RGB channels and saturation

R 181 of 255 = 71%
G 76 of 255 = 30%
B 69 of 255 = 27%

181
76
69

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

Portions of RGB colors in percentages

R + G + B =
181 + 76 + 69 = 326 (100%)
R 181 of 326 ~ 55.52%
G 76 of 326 ~ 23.31%
B 69 of 326 ~ 21.17%

%55.52
%23.31
%21.17

CMYK color model

#B54C45 color CMYK value is (0,58,62,29).

  • cyan value is 0.00%
  • magenta value is 58.01%
  • yellow value is 61.88%
  • key color value is 29.02%
CMYK:
(0,58,62,29)
C0M58Y62K29 
(0%,58%,62%,29%)
(0.00/0.58/0.62/0.29)	

CMYK percentages

%0
%58.01
%61.88
%29.02

Codes

Color #B54C45 in popluar color models

B54C45
RGB1817669
HSL44.80%49.02%
HSB/HSV61.88%70.98%
CMYK0.00%58.01%61.88%
29.02%

Color #B54C45 in popluar number systems.

HEXB54C45
Decimal1817669
Binary1011010110011001000101
Octal265114105

Shades and tints

Shades of #B54C45

#B54C45
(181,76,69)
#A5463F
(165,70,63)
#954039
(149,64,57)
#853A33
(133,58,51)
#75342D
(117,52,45)
#652E27
(101,46,39)
#552821
(85,40,33)
#45221B
(69,34,27)
#351C15
(53,28,21)
#25160F
(37,22,15)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #B54C45

#B54C45
(181,76,69)
#BB5C55
(187,92,85)
#C16C65
(193,108,101)
#C77C75
(199,124,117)
#CD8C85
(205,140,133)
#D39C95
(211,156,149)
#D9ACA5
(217,172,165)
#DFBCB5
(223,188,181)
#E5CCC5
(229,204,197)
#EBDCD5
(235,220,213)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54C45 color. Also use rgb(181,76,69) instead hex code.

Text Font Color

.myTextColor { color: #B54C45; }

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

This text font color is #B54C45.


Background Color

.myBgColor { background-color: #B54C45; }

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

This div background color is #B54C45.


Border color

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

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

This div border color is #B54C45.


Opacity

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

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

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

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

This text has shadow with #B54C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54C45 on black background.


Color preview on white background

This text has color #B54C45 on white background.



Black color preview on #B54C45 background

This text has black color on #B54C45 background.


White color preview on #B54C45 background

This text has white color on #B54C45 background.