COLOR #B2435E

HEX: #B2435E RGB: (178,67,94)

Color info

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

RGB color model

#B2435E color RGB value is (178,67,94).

RGB: (178,67,94) (70%, 26%, 37%)

RGB channels and saturation

R 178 of 255 = 70%
G 67 of 255 = 26%
B 94 of 255 = 37%

178
67
94

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

Portions of RGB colors in percentages

R + G + B = 178 + 67 + 94 = 339 (100%)
R 178 of 339 ~ 52.51%
G 67 of 339 ~ 19.76%
B 94 of 339 ~ 27.73'%

%52.51
%19.76
%27.73

CMYK color model

#B2435E color CMYK value is (0,62,47,30).

  • cyan value is 0.00%
  • magenta value is 62.36%
  • yellow value is 47.19%
  • key color value is 30.20%
CMYK: (0,62,47,30) C0M62Y47K30 (0%,62%,47%,30%) (0.00/0.62/0.47/0.30) 

CMYK percentages

%0
%62.36
%47.19
%30.2

Codes

Color #B2435E in popluar color models

B2 43 5E
RGB 178 67 94
HSL 345° 45.31% 48.04%
HSB/HSV 345° 62.36% 69.80%
CMYK 0.00% 62.36% 47.19%
30.20%

Color #B2435E in popluar number systems.

HEX B2 43 5E
Decimal 178 67 94
Binary 10110010 1000011 1011110
Octal 262 103 136

Shades and tints

Shades of #B2435E

#B2435E
(178,67,94)
#A23D56
(162,61,86)
#92374E
(146,55,78)
#823146
(130,49,70)
#722B3E
(114,43,62)
#622536
(98,37,54)
#521F2E
(82,31,46)
#421926
(66,25,38)
#32131E
(50,19,30)
#220D16
(34,13,22)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #B2435E

#B2435E
(178,67,94)
#B9546C
(185,84,108)
#C0657A
(192,101,122)
#C77688
(199,118,136)
#CE8796
(206,135,150)
#D598A4
(213,152,164)
#DCA9B2
(220,169,178)
#E3BAC0
(227,186,192)
#EACBCE
(234,203,206)
#F1DCDC
(241,220,220)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2435E; }

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

This text font color is #B2435E.

Background Color

.myBgColor { background-color: #B2435E; }

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

This div background color is #B2435E.

Border color

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

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

This div border color is #B2435E.

Opacity

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

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

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

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

This text has shadow with #B2435E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2435E.

Preview

Color preview on black background

This text has color #B2435E on black background.


Color preview on white background

This text has color #B2435E on white background.


Black color preview on #B2435E background

This text has black color on #B2435E background.


White color preview on #B2435E background

This text has white color on #B2435E background.


Related colors

Complementary color

Complementary color for #hex is #4DBCA1.


I love getcolorcode.com

Triadic colors

1 #5EB243 and #435EB2 with #B2435E are triadic colors.

2 #5E43B2 and #43B25E with #B2435E are triadic colors.