COLOR #B4606C

HEX: #B4606C
RGB: (180,96,108)

Color info

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

RGB color model

#B4606C color RGB value is (180,96,108).

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

RGB channels and saturation

R 180 of 255 = 71%
G 96 of 255 = 38%
B 108 of 255 = 42%

180
96
108

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

Portions of RGB colors in percentages

R + G + B =
180 + 96 + 108 = 384 (100%)
R 180 of 384 ~ 46.88%
G 96 of 384 ~ 25%
B 108 of 384 ~ 28.13%

%46.88
%25
%28.13

CMYK color model

#B4606C color CMYK value is (0,47,40,29).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 40.00%
  • key color value is 29.41%
CMYK:
(0,47,40,29)
C0M47Y40K29 
(0%,47%,40%,29%)
(0.00/0.47/0.40/0.29)	

CMYK percentages

%0
%46.67
%40
%29.41

Codes

Color #B4606C in popluar color models

B4606C
RGB18096108
HSL351°35.90%54.12%
HSB/HSV351°46.67%70.59%
CMYK0.00%46.67%40.00%
29.41%

Color #B4606C in popluar number systems.

HEXB4606C
Decimal18096108
Binary1011010011000001101100
Octal264140154

Shades and tints

Shades of #B4606C

#B4606C
(180,96,108)
#A45863
(164,88,99)
#94505A
(148,80,90)
#844851
(132,72,81)
#744048
(116,64,72)
#64383F
(100,56,63)
#543036
(84,48,54)
#44282D
(68,40,45)
#342024
(52,32,36)
#24181B
(36,24,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B4606C

#B4606C
(180,96,108)
#BA6E79
(186,110,121)
#C07C86
(192,124,134)
#C68A93
(198,138,147)
#CC98A0
(204,152,160)
#D2A6AD
(210,166,173)
#D8B4BA
(216,180,186)
#DEC2C7
(222,194,199)
#E4D0D4
(228,208,212)
#EADEE1
(234,222,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4606C color. Also use rgb(180,96,108) instead hex code.

Text Font Color

.myTextColor { color: #B4606C; }

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

This text font color is #B4606C.


Background Color

.myBgColor { background-color: #B4606C; }

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

This div background color is #B4606C.


Border color

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

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

This div border color is #B4606C.


Opacity

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

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

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

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

This text has shadow with #B4606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4606C on black background.


Color preview on white background

This text has color #B4606C on white background.



Black color preview on #B4606C background

This text has black color on #B4606C background.


White color preview on #B4606C background

This text has white color on #B4606C background.