COLOR #B5749B

HEX: #B5749B
RGB: (181,116,155)

Renk bilgisi

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

RGB renk modeli

#B5749B color RGB value is (181,116,155).

  • kırmız ton 181;
  • yeşil ton 116;
  • mavi ton 155.
RGB:
(181,116,155)
(71%,45%,61%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 116 of 255 = 45%
B 155 of 255 = 61%

181
116
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 116 + 155 = 452 (100%)
R 181 of 452 ~ 40.04%
G 116 of 452 ~ 25.66%
B 155 of 452 ~ 34.29%

%40.04
%25.66
%34.29

CMYK RENK MODELİ

#B5749B rengi CMYK tonu (0,36,14,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.91%
  • sarı tonu 14.36%
  • ana renk tonu 29.02%
CMYK:
(0,36,14,29)
C0M36Y14K29 
(0%,36%,14%,29%)
(0.00/0.36/0.14/0.29)	

CMYK yüzdeleri

%0
%35.91
%14.36
%29.02

Codes

Color #B5749B in popluar color models

B5749B
RGB181116155
HSL324°30.52%58.24%
HSB/HSV324°35.91%70.98%
CMYK0.00%35.91%14.36%
29.02%

Color #B5749B in popluar number systems.

HEXB5749B
Decimal181116155
Binary10110101111010010011011
Octal265164233

Shades and tints

Shades of #B5749B

#B5749B
(181,116,155)
#A56A8D
(165,106,141)
#95607F
(149,96,127)
#855671
(133,86,113)
#754C63
(117,76,99)
#654255
(101,66,85)
#553847
(85,56,71)
#452E39
(69,46,57)
#35242B
(53,36,43)
#251A1D
(37,26,29)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #B5749B

#B5749B
(181,116,155)
#BB80A4
(187,128,164)
#C18CAD
(193,140,173)
#C798B6
(199,152,182)
#CDA4BF
(205,164,191)
#D3B0C8
(211,176,200)
#D9BCD1
(217,188,209)
#DFC8DA
(223,200,218)
#E5D4E3
(229,212,227)
#EBE0EC
(235,224,236)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5749B color. Also use rgb(181,116,155) instead hex code.

Text Font Color

.myTextColor { color: #B5749B; }

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

This text font color is #B5749B.


Background Color

.myBgColor { background-color: #B5749B; }

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

This div background color is #B5749B.


Border color

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

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

This div border color is #B5749B.


Opacity

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

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

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

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

This text has shadow with #B5749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5749B on black background.


Color preview on white background

This text has color #B5749B on white background.



Black color preview on #B5749B background

This text has black color on #B5749B background.


White color preview on #B5749B background

This text has white color on #B5749B background.