COLOR #B47594

HEX: #B47594
RGB: (180,117,148)

Renk bilgisi

#B47594 contains mainly red and blue colors. #B47594 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#B47594 color RGB value is (180,117,148).

  • kırmız ton 180;
  • yeşil ton 117;
  • mavi ton 148.
RGB:
(180,117,148)
(71%,46%,58%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 117 of 255 = 46%
B 148 of 255 = 58%

180
117
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 117 + 148 = 445 (100%)
R 180 of 445 ~ 40.45%
G 117 of 445 ~ 26.29%
B 148 of 445 ~ 33.26%

%40.45
%26.29
%33.26

CMYK RENK MODELİ

#B47594 rengi CMYK tonu (0,35,18,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.00%
  • sarı tonu 17.78%
  • ana renk tonu 29.41%
CMYK:
(0,35,18,29)
C0M35Y18K29 
(0%,35%,18%,29%)
(0.00/0.35/0.18/0.29)	

CMYK yüzdeleri

%0
%35
%17.78
%29.41

Codes

Color #B47594 in popluar color models

B47594
RGB180117148
HSL330°29.58%58.24%
HSB/HSV330°35.00%70.59%
CMYK0.00%35.00%17.78%
29.41%

Color #B47594 in popluar number systems.

HEXB47594
Decimal180117148
Binary10110100111010110010100
Octal264165224

Shades and tints

Shades of #B47594

#B47594
(180,117,148)
#A46B87
(164,107,135)
#94617A
(148,97,122)
#84576D
(132,87,109)
#744D60
(116,77,96)
#644353
(100,67,83)
#543946
(84,57,70)
#442F39
(68,47,57)
#34252C
(52,37,44)
#241B1F
(36,27,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #B47594

#B47594
(180,117,148)
#BA819D
(186,129,157)
#C08DA6
(192,141,166)
#C699AF
(198,153,175)
#CCA5B8
(204,165,184)
#D2B1C1
(210,177,193)
#D8BDCA
(216,189,202)
#DEC9D3
(222,201,211)
#E4D5DC
(228,213,220)
#EAE1E5
(234,225,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47594 color. Also use rgb(180,117,148) instead hex code.

Text Font Color

.myTextColor { color: #B47594; }

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

This text font color is #B47594.


Background Color

.myBgColor { background-color: #B47594; }

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

This div background color is #B47594.


Border color

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

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

This div border color is #B47594.


Opacity

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

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

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

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

This text has shadow with #B47594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47594 on black background.


Color preview on white background

This text has color #B47594 on white background.



Black color preview on #B47594 background

This text has black color on #B47594 background.


White color preview on #B47594 background

This text has white color on #B47594 background.