COLOR #B4495B

HEX: #B4495B RGB: (180,73,91)

Color info

#B4495B contains mainly red color. Web safe color of #B4495B is #CC3366 (or #C36).

RGB color model

#B4495B color RGB value is (180,73,91).

RGB: (180,73,91) (71%, 29%, 36%)

RGB channels and saturation

R 180 of 255 = 71%
G 73 of 255 = 29%
B 91 of 255 = 36%

180
73
91

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

Portions of RGB colors in percentages

R + G + B = 180 + 73 + 91 = 344 (100%)
R 180 of 344 ~ 52.33%
G 73 of 344 ~ 21.22%
B 91 of 344 ~ 26.45'%

%52.33
%21.22
%26.45

CMYK color model

#B4495B color CMYK value is (0,59,49,29).

  • cyan value is 0.00%
  • magenta value is 59.44%
  • yellow value is 49.44%
  • key color value is 29.41%

CMYK: (0,59,49,29)
C0M59Y49K29 (0%, 59%, 49%, 29%)
(0.00 / 0.59 / 0.49 / 0.29)

CMYK percentages

%0
%59.44
%49.44
%29.41

Codes

Color #B4495B in popluar color models

B4 49 5B
RGB 180 73 91
HSL 350° 42.29% 49.61%
HSB/HSV 350° 59.44% 70.59%
CMYK 0.00% 59.44% 49.44%
29.41%

Color #B4495B in popluar number systems.

HEX B4 49 5B
Decimal 180 73 91
Binary 10110100 1001001 1011011
Octal 264 111 133

Shades and tints

Shades of #B4495B

#B4495B
(180,73,91)
#A44353
(164,67,83)
#943D4B
(148,61,75)
#843743
(132,55,67)
#74313B
(116,49,59)
#642B33
(100,43,51)
#54252B
(84,37,43)
#441F23
(68,31,35)
#34191B
(52,25,27)
#241313
(36,19,19)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #B4495B

#B4495B
(180,73,91)
#BA5969
(186,89,105)
#C06977
(192,105,119)
#C67985
(198,121,133)
#CC8993
(204,137,147)
#D299A1
(210,153,161)
#D8A9AF
(216,169,175)
#DEB9BD
(222,185,189)
#E4C9CB
(228,201,203)
#EAD9D9
(234,217,217)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4495B color. Also use rgb(180,73,91) instead hex code.

Text Font Color

.myTextColor { color: #B4495B; }

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

This text font color is #B4495B.

Background Color

.myBgColor { background-color: #B4495B; }

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

This div background color is #B4495B.

Border color

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

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

This div border color is #B4495B.

Opacity

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

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

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

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

This text has shadow with #B4495B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4495B.

Preview

Color preview on black background

This text has color #B4495B on black background.


Color preview on white background

This text has color #B4495B on white background.


Black color preview on #B4495B background

This text has black color on #B4495B background.


White color preview on #B4495B background

This text has white color on #B4495B background.


Related colors

Complementary color

Complementary color for #hex is #4BB6A4.


I love getcolorcode.com

Triadic colors

1 #5BB449 and #495BB4 with #B4495B are triadic colors.

2 #5B49B4 and #49B45B with #B4495B are triadic colors.