COLOR #B54B28

HEX: #B54B28
RGB: (181,75,40)

Color info

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

RGB color model

#B54B28 color RGB value is (181,75,40).

  • red value is 181;
  • green value is 75;
  • blue value is 40.
RGB:
(181,75,40)
(71%,29%,16%)

RGB channels and saturation

R 181 of 255 = 71%
G 75 of 255 = 29%
B 40 of 255 = 16%

181
75
40

R + G + B ~ 39%. #B54B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 75 + 40 = 296 (100%)
R 181 of 296 ~ 61.15%
G 75 of 296 ~ 25.34%
B 40 of 296 ~ 13.51%

%61.15
%25.34
%13.51

CMYK color model

#B54B28 color CMYK value is (0,59,78,29).

  • cyan value is 0.00%
  • magenta value is 58.56%
  • yellow value is 77.90%
  • key color value is 29.02%
CMYK:
(0,59,78,29)
C0M59Y78K29 
(0%,59%,78%,29%)
(0.00/0.59/0.78/0.29)	

CMYK percentages

%0
%58.56
%77.9
%29.02

Codes

Color #B54B28 in popluar color models

B54B28
RGB1817540
HSL15°63.80%43.33%
HSB/HSV15°77.90%70.98%
CMYK0.00%58.56%77.90%
29.02%

Color #B54B28 in popluar number systems.

HEXB54B28
Decimal1817540
Binary101101011001011101000
Octal26511350

Shades and tints

Shades of #B54B28

#B54B28
(181,75,40)
#A54525
(165,69,37)
#953F22
(149,63,34)
#85391F
(133,57,31)
#75331C
(117,51,28)
#652D19
(101,45,25)
#552716
(85,39,22)
#452113
(69,33,19)
#351B10
(53,27,16)
#25150D
(37,21,13)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #B54B28

#B54B28
(181,75,40)
#BB5B3B
(187,91,59)
#C16B4E
(193,107,78)
#C77B61
(199,123,97)
#CD8B74
(205,139,116)
#D39B87
(211,155,135)
#D9AB9A
(217,171,154)
#DFBBAD
(223,187,173)
#E5CBC0
(229,203,192)
#EBDBD3
(235,219,211)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54B28 color. Also use rgb(181,75,40) instead hex code.

Text Font Color

.myTextColor { color: #B54B28; }

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

This text font color is #B54B28.


Background Color

.myBgColor { background-color: #B54B28; }

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

This div background color is #B54B28.


Border color

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

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

This div border color is #B54B28.


Opacity

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

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

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

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

This text has shadow with #B54B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54B28 on black background.


Color preview on white background

This text has color #B54B28 on white background.



Black color preview on #B54B28 background

This text has black color on #B54B28 background.


White color preview on #B54B28 background

This text has white color on #B54B28 background.