COLOR #B4535E

HEX: #B4535E RGB: (180,83,94)

Color info

#B4535E contains mainly red color. Web safe color of #B4535E is #CC6666 (or #C66).

RGB color model

#B4535E color RGB value is (180,83,94).

RGB: (180,83,94) (71%, 33%, 37%)

RGB channels and saturation

R 180 of 255 = 71%
G 83 of 255 = 33%
B 94 of 255 = 37%

180
83
94

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

Portions of RGB colors in percentages

R + G + B = 180 + 83 + 94 = 357 (100%)
R 180 of 357 ~ 50.42%
G 83 of 357 ~ 23.25%
B 94 of 357 ~ 26.33'%

%50.42
%23.25
%26.33

CMYK color model

#B4535E color CMYK value is (0,54,48,29).

  • cyan value is 0.00%
  • magenta value is 53.89%
  • yellow value is 47.78%
  • key color value is 29.41%
CMYK: (0,54,48,29) C0M54Y48K29 (0%,54%,48%,29%) (0.00/0.54/0.48/0.29) 

CMYK percentages

%0
%53.89
%47.78
%29.41

Codes

Color #B4535E in popluar color models

B4 53 5E
RGB 180 83 94
HSL 353° 39.27% 51.57%
HSB/HSV 353° 53.89% 70.59%
CMYK 0.00% 53.89% 47.78%
29.41%

Color #B4535E in popluar number systems.

HEX B4 53 5E
Decimal 180 83 94
Binary 10110100 1010011 1011110
Octal 264 123 136

Shades and tints

Shades of #B4535E

#B4535E
(180,83,94)
#A44C56
(164,76,86)
#94454E
(148,69,78)
#843E46
(132,62,70)
#74373E
(116,55,62)
#643036
(100,48,54)
#54292E
(84,41,46)
#442226
(68,34,38)
#341B1E
(52,27,30)
#241416
(36,20,22)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #B4535E

#B4535E
(180,83,94)
#BA626C
(186,98,108)
#C0717A
(192,113,122)
#C68088
(198,128,136)
#CC8F96
(204,143,150)
#D29EA4
(210,158,164)
#D8ADB2
(216,173,178)
#DEBCC0
(222,188,192)
#E4CBCE
(228,203,206)
#EADADC
(234,218,220)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4535E color. Also use rgb(180,83,94) instead hex code.

Text Font Color

.myTextColor { color: #B4535E; }

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

This text font color is #B4535E.

Background Color

.myBgColor { background-color: #B4535E; }

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

This div background color is #B4535E.

Border color

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

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

This div border color is #B4535E.

Opacity

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

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

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

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

This text has shadow with #B4535E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4535E.

Preview

Color preview on black background

This text has color #B4535E on black background.


Color preview on white background

This text has color #B4535E on white background.


Black color preview on #B4535E background

This text has black color on #B4535E background.


White color preview on #B4535E background

This text has white color on #B4535E background.


Related colors

Complementary color

Complementary color for #hex is #4BACA1.


I love getcolorcode.com

Triadic colors

1 #5EB453 and #535EB4 with #B4535E are triadic colors.

2 #5E53B4 and #53B45E with #B4535E are triadic colors.