COLOR #B4599B

HEX: #B4599B
RGB: (180,89,155)

Renk bilgisi

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

RGB renk modeli

#B4599B color RGB value is (180,89,155).

  • kırmız ton 180;
  • yeşil ton 89;
  • mavi ton 155.
RGB:
(180,89,155)
(71%,35%,61%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 89 of 255 = 35%
B 155 of 255 = 61%

180
89
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 89 + 155 = 424 (100%)
R 180 of 424 ~ 42.45%
G 89 of 424 ~ 20.99%
B 155 of 424 ~ 36.56%

%42.45
%20.99
%36.56

CMYK RENK MODELİ

#B4599B rengi CMYK tonu (0,51,14,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.56%
  • sarı tonu 13.89%
  • ana renk tonu 29.41%
CMYK:
(0,51,14,29)
C0M51Y14K29 
(0%,51%,14%,29%)
(0.00/0.51/0.14/0.29)	

CMYK yüzdeleri

%0
%50.56
%13.89
%29.41

Codes

Color #B4599B in popluar color models

B4599B
RGB18089155
HSL316°37.76%52.75%
HSB/HSV316°50.56%70.59%
CMYK0.00%50.56%13.89%
29.41%

Color #B4599B in popluar number systems.

HEXB4599B
Decimal18089155
Binary10110100101100110011011
Octal264131233

Shades and tints

Shades of #B4599B

#B4599B
(180,89,155)
#A4518D
(164,81,141)
#94497F
(148,73,127)
#844171
(132,65,113)
#743963
(116,57,99)
#643155
(100,49,85)
#542947
(84,41,71)
#442139
(68,33,57)
#34192B
(52,25,43)
#24111D
(36,17,29)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #B4599B

#B4599B
(180,89,155)
#BA68A4
(186,104,164)
#C077AD
(192,119,173)
#C686B6
(198,134,182)
#CC95BF
(204,149,191)
#D2A4C8
(210,164,200)
#D8B3D1
(216,179,209)
#DEC2DA
(222,194,218)
#E4D1E3
(228,209,227)
#EAE0EC
(234,224,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4599B color. Also use rgb(180,89,155) instead hex code.

Text Font Color

.myTextColor { color: #B4599B; }

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

This text font color is #B4599B.


Background Color

.myBgColor { background-color: #B4599B; }

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

This div background color is #B4599B.


Border color

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

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

This div border color is #B4599B.


Opacity

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

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

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

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

This text has shadow with #B4599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4599B on black background.


Color preview on white background

This text has color #B4599B on white background.



Black color preview on #B4599B background

This text has black color on #B4599B background.


White color preview on #B4599B background

This text has white color on #B4599B background.