COLOR #B2356D

HEX: #B2356D RGB: (178,53,109)

Color info

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

RGB color model

#B2356D color RGB value is (178,53,109).

RGB: (178,53,109) (70%, 21%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 53 of 255 = 21%
B 109 of 255 = 43%

178
53
109

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

Portions of RGB colors in percentages

R + G + B = 178 + 53 + 109 = 340 (100%)
R 178 of 340 ~ 52.35%
G 53 of 340 ~ 15.59%
B 109 of 340 ~ 32.06'%

%52.35
%15.59
%32.06

CMYK color model

#B2356D color CMYK value is (0,70,39,30).

  • cyan value is 0.00%
  • magenta value is 70.22%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (0,70,39,30)
C0M70Y39K30 (0%, 70%, 39%, 30%)
(0.00 / 0.70 / 0.39 / 0.30)

CMYK percentages

%0
%70.22
%38.76
%30.2

Codes

Color #B2356D in popluar color models

B2 35 6D
RGB 178 53 109
HSL 333° 54.11% 45.29%
HSB/HSV 333° 70.22% 69.80%
CMYK 0.00% 70.22% 38.76%
30.20%

Color #B2356D in popluar number systems.

HEX B2 35 6D
Decimal 178 53 109
Binary 10110010 110101 1101101
Octal 262 65 155

Shades and tints

Shades of #B2356D

#B2356D
(178,53,109)
#A23164
(162,49,100)
#922D5B
(146,45,91)
#822952
(130,41,82)
#722549
(114,37,73)
#622140
(98,33,64)
#521D37
(82,29,55)
#42192E
(66,25,46)
#321525
(50,21,37)
#22111C
(34,17,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #B2356D

#B2356D
(178,53,109)
#B9477A
(185,71,122)
#C05987
(192,89,135)
#C76B94
(199,107,148)
#CE7DA1
(206,125,161)
#D58FAE
(213,143,174)
#DCA1BB
(220,161,187)
#E3B3C8
(227,179,200)
#EAC5D5
(234,197,213)
#F1D7E2
(241,215,226)
#F8E9EF
(248,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2356D color. Also use rgb(178,53,109) instead hex code.

Text Font Color

.myTextColor { color: #B2356D; }

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

This text font color is #B2356D.

Background Color

.myBgColor { background-color: #B2356D; }

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

This div background color is #B2356D.

Border color

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

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

This div border color is #B2356D.

Opacity

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

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

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

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

This text has shadow with #B2356D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2356D.

Preview

Color preview on black background

This text has color #B2356D on black background.


Color preview on white background

This text has color #B2356D on white background.


Black color preview on #B2356D background

This text has black color on #B2356D background.


White color preview on #B2356D background

This text has white color on #B2356D background.


Related colors

Complementary color

Complementary color for #hex is #4DCA92.


I love getcolorcode.com

Triadic colors

1 #6DB235 and #356DB2 with #B2356D are triadic colors.

2 #6D35B2 and #35B26D with #B2356D are triadic colors.