COLOR #B479A0

HEX: #B479A0
RGB: (180,121,160)

Renk bilgisi

#B479A0 contains red, green and blue colors in about the same proportion. #B479A0 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#B479A0 color RGB value is (180,121,160).

  • kırmız ton 180;
  • yeşil ton 121;
  • mavi ton 160.
RGB:
(180,121,160)
(71%,47%,63%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 121 of 255 = 47%
B 160 of 255 = 63%

180
121
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 121 + 160 = 461 (100%)
R 180 of 461 ~ 39.05%
G 121 of 461 ~ 26.25%
B 160 of 461 ~ 34.71%

%39.05
%26.25
%34.71

CMYK RENK MODELİ

#B479A0 rengi CMYK tonu (0,33,11,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.78%
  • sarı tonu 11.11%
  • ana renk tonu 29.41%
CMYK:
(0,33,11,29)
C0M33Y11K29 
(0%,33%,11%,29%)
(0.00/0.33/0.11/0.29)	

CMYK yüzdeleri

%0
%32.78
%11.11
%29.41

Codes

Color #B479A0 in popluar color models

B479A0
RGB180121160
HSL320°28.23%59.02%
HSB/HSV320°32.78%70.59%
CMYK0.00%32.78%11.11%
29.41%

Color #B479A0 in popluar number systems.

HEXB479A0
Decimal180121160
Binary10110100111100110100000
Octal264171240

Shades and tints

Shades of #B479A0

#B479A0
(180,121,160)
#A46E92
(164,110,146)
#946384
(148,99,132)
#845876
(132,88,118)
#744D68
(116,77,104)
#64425A
(100,66,90)
#54374C
(84,55,76)
#442C3E
(68,44,62)
#342130
(52,33,48)
#241622
(36,22,34)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #B479A0

#B479A0
(180,121,160)
#BA85A8
(186,133,168)
#C091B0
(192,145,176)
#C69DB8
(198,157,184)
#CCA9C0
(204,169,192)
#D2B5C8
(210,181,200)
#D8C1D0
(216,193,208)
#DECDD8
(222,205,216)
#E4D9E0
(228,217,224)
#EAE5E8
(234,229,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B479A0 color. Also use rgb(180,121,160) instead hex code.

Text Font Color

.myTextColor { color: #B479A0; }

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

This text font color is #B479A0.


Background Color

.myBgColor { background-color: #B479A0; }

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

This div background color is #B479A0.


Border color

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

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

This div border color is #B479A0.


Opacity

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

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

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

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

This text has shadow with #B479A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B479A0 on black background.


Color preview on white background

This text has color #B479A0 on white background.



Black color preview on #B479A0 background

This text has black color on #B479A0 background.


White color preview on #B479A0 background

This text has white color on #B479A0 background.