COLOR #B4484A

HEX: #B4484A
RGB: (180,72,74)

Color info

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

RGB color model

#B4484A color RGB value is (180,72,74).

  • red value is 180;
  • green value is 72;
  • blue value is 74.
RGB:
(180,72,74)
(71%,28%,29%)

RGB channels and saturation

R 180 of 255 = 71%
G 72 of 255 = 28%
B 74 of 255 = 29%

180
72
74

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

Portions of RGB colors in percentages

R + G + B =
180 + 72 + 74 = 326 (100%)
R 180 of 326 ~ 55.21%
G 72 of 326 ~ 22.09%
B 74 of 326 ~ 22.7%

%55.21
%22.09
%22.7

CMYK color model

#B4484A color CMYK value is (0,60,59,29).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 58.89%
  • key color value is 29.41%
CMYK:
(0,60,59,29)
C0M60Y59K29 
(0%,60%,59%,29%)
(0.00/0.60/0.59/0.29)	

CMYK percentages

%0
%60
%58.89
%29.41

Codes

Color #B4484A in popluar color models

B4484A
RGB1807274
HSL359°42.86%49.41%
HSB/HSV359°60.00%70.59%
CMYK0.00%60.00%58.89%
29.41%

Color #B4484A in popluar number systems.

HEXB4484A
Decimal1807274
Binary1011010010010001001010
Octal264110112

Shades and tints

Shades of #B4484A

#B4484A
(180,72,74)
#A44244
(164,66,68)
#943C3E
(148,60,62)
#843638
(132,54,56)
#743032
(116,48,50)
#642A2C
(100,42,44)
#542426
(84,36,38)
#441E20
(68,30,32)
#34181A
(52,24,26)
#241214
(36,18,20)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #B4484A

#B4484A
(180,72,74)
#BA585A
(186,88,90)
#C0686A
(192,104,106)
#C6787A
(198,120,122)
#CC888A
(204,136,138)
#D2989A
(210,152,154)
#D8A8AA
(216,168,170)
#DEB8BA
(222,184,186)
#E4C8CA
(228,200,202)
#EAD8DA
(234,216,218)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4484A color. Also use rgb(180,72,74) instead hex code.

Text Font Color

.myTextColor { color: #B4484A; }

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

This text font color is #B4484A.


Background Color

.myBgColor { background-color: #B4484A; }

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

This div background color is #B4484A.


Border color

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

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

This div border color is #B4484A.


Opacity

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

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

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

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

This text has shadow with #B4484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4484A on black background.


Color preview on white background

This text has color #B4484A on white background.



Black color preview on #B4484A background

This text has black color on #B4484A background.


White color preview on #B4484A background

This text has white color on #B4484A background.