COLOR #B4709A

HEX: #B4709A
RGB: (180,112,154)

Color info

#B4709A contains mainly red and blue colors. Web safe color of #B4709A is #CC6699 (or #C69).

RGB color model

#B4709A color RGB value is (180,112,154).

  • red value is 180;
  • green value is 112;
  • blue value is 154.
RGB:
(180,112,154)
(71%,44%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 112 of 255 = 44%
B 154 of 255 = 60%

180
112
154

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

Portions of RGB colors in percentages

R + G + B =
180 + 112 + 154 = 446 (100%)
R 180 of 446 ~ 40.36%
G 112 of 446 ~ 25.11%
B 154 of 446 ~ 34.53%

%40.36
%25.11
%34.53

CMYK color model

#B4709A color CMYK value is (0,38,14,29).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,38,14,29)
C0M38Y14K29 
(0%,38%,14%,29%)
(0.00/0.38/0.14/0.29)	

CMYK percentages

%0
%37.78
%14.44
%29.41

Codes

Color #B4709A in popluar color models

B4709A
RGB180112154
HSL323°31.19%57.25%
HSB/HSV323°37.78%70.59%
CMYK0.00%37.78%14.44%
29.41%

Color #B4709A in popluar number systems.

HEXB4709A
Decimal180112154
Binary10110100111000010011010
Octal264160232

Shades and tints

Shades of #B4709A

#B4709A
(180,112,154)
#A4668C
(164,102,140)
#945C7E
(148,92,126)
#845270
(132,82,112)
#744862
(116,72,98)
#643E54
(100,62,84)
#543446
(84,52,70)
#442A38
(68,42,56)
#34202A
(52,32,42)
#24161C
(36,22,28)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #B4709A

#B4709A
(180,112,154)
#BA7DA3
(186,125,163)
#C08AAC
(192,138,172)
#C697B5
(198,151,181)
#CCA4BE
(204,164,190)
#D2B1C7
(210,177,199)
#D8BED0
(216,190,208)
#DECBD9
(222,203,217)
#E4D8E2
(228,216,226)
#EAE5EB
(234,229,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4709A color. Also use rgb(180,112,154) instead hex code.

Text Font Color

.myTextColor { color: #B4709A; }

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

This text font color is #B4709A.


Background Color

.myBgColor { background-color: #B4709A; }

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

This div background color is #B4709A.


Border color

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

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

This div border color is #B4709A.


Opacity

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

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

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

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

This text has shadow with #B4709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4709A on black background.


Color preview on white background

This text has color #B4709A on white background.



Black color preview on #B4709A background

This text has black color on #B4709A background.


White color preview on #B4709A background

This text has white color on #B4709A background.