COLOR #B2434E

HEX: #B2434E RGB: (178,67,78)

Color info

#B2434E contains mainly red color. Web safe color of #B2434E is #993366 (or #936).

RGB color model

#B2434E color RGB value is (178,67,78).

RGB: (178,67,78) (70%, 26%, 31%)

RGB channels and saturation

R 178 of 255 = 70%
G 67 of 255 = 26%
B 78 of 255 = 31%

178
67
78

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

Portions of RGB colors in percentages

R + G + B = 178 + 67 + 78 = 323 (100%)
R 178 of 323 ~ 55.11%
G 67 of 323 ~ 20.74%
B 78 of 323 ~ 24.15'%

%55.11
%20.74
%24.15

CMYK color model

#B2434E color CMYK value is (0,62,56,30).

  • cyan value is 0.00%
  • magenta value is 62.36%
  • yellow value is 56.18%
  • key color value is 30.20%

CMYK: (0,62,56,30)
C0M62Y56K30 (0%, 62%, 56%, 30%)
(0.00 / 0.62 / 0.56 / 0.30)

CMYK percentages

%0
%62.36
%56.18
%30.2

Codes

Color #B2434E in popluar color models

B2 43 4E
RGB 178 67 78
HSL 354° 45.31% 48.04%
HSB/HSV 354° 62.36% 69.80%
CMYK 0.00% 62.36% 56.18%
30.20%

Color #B2434E in popluar number systems.

HEX B2 43 4E
Decimal 178 67 78
Binary 10110010 1000011 1001110
Octal 262 103 116

Shades and tints

Shades of #B2434E

#B2434E
(178,67,78)
#A23D47
(162,61,71)
#923740
(146,55,64)
#823139
(130,49,57)
#722B32
(114,43,50)
#62252B
(98,37,43)
#521F24
(82,31,36)
#42191D
(66,25,29)
#321316
(50,19,22)
#220D0F
(34,13,15)
#120708
(18,7,8)
#000000
(0,0,0)

Tints of #B2434E

#B2434E
(178,67,78)
#B9545E
(185,84,94)
#C0656E
(192,101,110)
#C7767E
(199,118,126)
#CE878E
(206,135,142)
#D5989E
(213,152,158)
#DCA9AE
(220,169,174)
#E3BABE
(227,186,190)
#EACBCE
(234,203,206)
#F1DCDE
(241,220,222)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2434E color. Also use rgb(178,67,78) instead hex code.

Text Font Color

.myTextColor { color: #B2434E; }

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

This text font color is #B2434E.

Background Color

.myBgColor { background-color: #B2434E; }

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

This div background color is #B2434E.

Border color

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

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

This div border color is #B2434E.

Opacity

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

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

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

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

This text has shadow with #B2434E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2434E.

Preview

Color preview on black background

This text has color #B2434E on black background.


Color preview on white background

This text has color #B2434E on white background.


Black color preview on #B2434E background

This text has black color on #B2434E background.


White color preview on #B2434E background

This text has white color on #B2434E background.


Related colors

Complementary color

Complementary color for #B2434E is #4DBCB1.


I love getcolorcode.com

Triadic colors

1 #4EB243 and #434EB2 with #B2434E are triadic colors.

2 #4E43B2 and #43B24E with #B2434E are triadic colors.