COLOR #B4617C

HEX: #B4617C
RGB: (180,97,124)

Color info

#B4617C contains mainly red and blue colors. Web safe color of #B4617C is #CC6666 (or #C66).

RGB color model

#B4617C color RGB value is (180,97,124).

  • red value is 180;
  • green value is 97;
  • blue value is 124.
RGB:
(180,97,124)
(71%,38%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 97 of 255 = 38%
B 124 of 255 = 49%

180
97
124

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

Portions of RGB colors in percentages

R + G + B =
180 + 97 + 124 = 401 (100%)
R 180 of 401 ~ 44.89%
G 97 of 401 ~ 24.19%
B 124 of 401 ~ 30.92%

%44.89
%24.19
%30.92

CMYK color model

#B4617C color CMYK value is (0,46,31,29).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK:
(0,46,31,29)
C0M46Y31K29 
(0%,46%,31%,29%)
(0.00/0.46/0.31/0.29)	

CMYK percentages

%0
%46.11
%31.11
%29.41

Codes

Color #B4617C in popluar color models

B4617C
RGB18097124
HSL340°35.62%54.31%
HSB/HSV340°46.11%70.59%
CMYK0.00%46.11%31.11%
29.41%

Color #B4617C in popluar number systems.

HEXB4617C
Decimal18097124
Binary1011010011000011111100
Octal264141174

Shades and tints

Shades of #B4617C

#B4617C
(180,97,124)
#A45971
(164,89,113)
#945166
(148,81,102)
#84495B
(132,73,91)
#744150
(116,65,80)
#643945
(100,57,69)
#54313A
(84,49,58)
#44292F
(68,41,47)
#342124
(52,33,36)
#241919
(36,25,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #B4617C

#B4617C
(180,97,124)
#BA6F87
(186,111,135)
#C07D92
(192,125,146)
#C68B9D
(198,139,157)
#CC99A8
(204,153,168)
#D2A7B3
(210,167,179)
#D8B5BE
(216,181,190)
#DEC3C9
(222,195,201)
#E4D1D4
(228,209,212)
#EADFDF
(234,223,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4617C color. Also use rgb(180,97,124) instead hex code.

Text Font Color

.myTextColor { color: #B4617C; }

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

This text font color is #B4617C.


Background Color

.myBgColor { background-color: #B4617C; }

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

This div background color is #B4617C.


Border color

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

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

This div border color is #B4617C.


Opacity

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

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

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

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

This text has shadow with #B4617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4617C on black background.


Color preview on white background

This text has color #B4617C on white background.



Black color preview on #B4617C background

This text has black color on #B4617C background.


White color preview on #B4617C background

This text has white color on #B4617C background.