COLOR #B4616B

HEX: #B4616B
RGB: (180,97,107)

Color info

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

RGB color model

#B4616B color RGB value is (180,97,107).

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

RGB channels and saturation

R 180 of 255 = 71%
G 97 of 255 = 38%
B 107 of 255 = 42%

180
97
107

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

Portions of RGB colors in percentages

R + G + B =
180 + 97 + 107 = 384 (100%)
R 180 of 384 ~ 46.88%
G 97 of 384 ~ 25.26%
B 107 of 384 ~ 27.86%

%46.88
%25.26
%27.86

CMYK color model

#B4616B color CMYK value is (0,46,41,29).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 40.56%
  • key color value is 29.41%
CMYK:
(0,46,41,29)
C0M46Y41K29 
(0%,46%,41%,29%)
(0.00/0.46/0.41/0.29)	

CMYK percentages

%0
%46.11
%40.56
%29.41

Codes

Color #B4616B in popluar color models

B4616B
RGB18097107
HSL353°35.62%54.31%
HSB/HSV353°46.11%70.59%
CMYK0.00%46.11%40.56%
29.41%

Color #B4616B in popluar number systems.

HEXB4616B
Decimal18097107
Binary1011010011000011101011
Octal264141153

Shades and tints

Shades of #B4616B

#B4616B
(180,97,107)
#A45962
(164,89,98)
#945159
(148,81,89)
#844950
(132,73,80)
#744147
(116,65,71)
#64393E
(100,57,62)
#543135
(84,49,53)
#44292C
(68,41,44)
#342123
(52,33,35)
#24191A
(36,25,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B4616B

#B4616B
(180,97,107)
#BA6F78
(186,111,120)
#C07D85
(192,125,133)
#C68B92
(198,139,146)
#CC999F
(204,153,159)
#D2A7AC
(210,167,172)
#D8B5B9
(216,181,185)
#DEC3C6
(222,195,198)
#E4D1D3
(228,209,211)
#EADFE0
(234,223,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4616B; }

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

This text font color is #B4616B.


Background Color

.myBgColor { background-color: #B4616B; }

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

This div background color is #B4616B.


Border color

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

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

This div border color is #B4616B.


Opacity

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

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

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

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

This text has shadow with #B4616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4616B on black background.


Color preview on white background

This text has color #B4616B on white background.



Black color preview on #B4616B background

This text has black color on #B4616B background.


White color preview on #B4616B background

This text has white color on #B4616B background.