COLOR #B4537D

HEX: #B4537D
RGB: (180,83,125)

Renk bilgisi

#B4537D contains mainly red and blue colors. #B4537D ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#B4537D color RGB value is (180,83,125).

  • kırmız ton 180;
  • yeşil ton 83;
  • mavi ton 125.
RGB:
(180,83,125)
(71%,33%,49%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 83 of 255 = 33%
B 125 of 255 = 49%

180
83
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 83 + 125 = 388 (100%)
R 180 of 388 ~ 46.39%
G 83 of 388 ~ 21.39%
B 125 of 388 ~ 32.22%

%46.39
%21.39
%32.22

CMYK RENK MODELİ

#B4537D rengi CMYK tonu (0,54,31,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.89%
  • sarı tonu 30.56%
  • ana renk tonu 29.41%
CMYK:
(0,54,31,29)
C0M54Y31K29 
(0%,54%,31%,29%)
(0.00/0.54/0.31/0.29)	

CMYK yüzdeleri

%0
%53.89
%30.56
%29.41

Codes

Color #B4537D in popluar color models

B4537D
RGB18083125
HSL334°39.27%51.57%
HSB/HSV334°53.89%70.59%
CMYK0.00%53.89%30.56%
29.41%

Color #B4537D in popluar number systems.

HEXB4537D
Decimal18083125
Binary1011010010100111111101
Octal264123175

Shades and tints

Shades of #B4537D

#B4537D
(180,83,125)
#A44C72
(164,76,114)
#944567
(148,69,103)
#843E5C
(132,62,92)
#743751
(116,55,81)
#643046
(100,48,70)
#54293B
(84,41,59)
#442230
(68,34,48)
#341B25
(52,27,37)
#24141A
(36,20,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #B4537D

#B4537D
(180,83,125)
#BA6288
(186,98,136)
#C07193
(192,113,147)
#C6809E
(198,128,158)
#CC8FA9
(204,143,169)
#D29EB4
(210,158,180)
#D8ADBF
(216,173,191)
#DEBCCA
(222,188,202)
#E4CBD5
(228,203,213)
#EADAE0
(234,218,224)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4537D color. Also use rgb(180,83,125) instead hex code.

Text Font Color

.myTextColor { color: #B4537D; }

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

This text font color is #B4537D.


Background Color

.myBgColor { background-color: #B4537D; }

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

This div background color is #B4537D.


Border color

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

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

This div border color is #B4537D.


Opacity

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

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

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

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

This text has shadow with #B4537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4537D on black background.


Color preview on white background

This text has color #B4537D on white background.



Black color preview on #B4537D background

This text has black color on #B4537D background.


White color preview on #B4537D background

This text has white color on #B4537D background.