COLOR #B5769B

HEX: #B5769B
RGB: (181,118,155)

Color info

#B5769B contains mainly red and blue colors. Web safe color of #B5769B is #CC6699 (or #C69).

RGB color model

#B5769B color RGB value is (181,118,155).

  • red value is 181;
  • green value is 118;
  • blue value is 155.
RGB:
(181,118,155)
(71%,46%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 155 of 255 = 61%

181
118
155

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

Portions of RGB colors in percentages

R + G + B =
181 + 118 + 155 = 454 (100%)
R 181 of 454 ~ 39.87%
G 118 of 454 ~ 25.99%
B 155 of 454 ~ 34.14%

%39.87
%25.99
%34.14

CMYK color model

#B5769B color CMYK value is (0,35,14,29).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(0,35,14,29)
C0M35Y14K29 
(0%,35%,14%,29%)
(0.00/0.35/0.14/0.29)	

CMYK percentages

%0
%34.81
%14.36
%29.02

Codes

Color #B5769B in popluar color models

B5769B
RGB181118155
HSL325°29.86%58.63%
HSB/HSV325°34.81%70.98%
CMYK0.00%34.81%14.36%
29.02%

Color #B5769B in popluar number systems.

HEXB5769B
Decimal181118155
Binary10110101111011010011011
Octal265166233

Shades and tints

Shades of #B5769B

#B5769B
(181,118,155)
#A56C8D
(165,108,141)
#95627F
(149,98,127)
#855871
(133,88,113)
#754E63
(117,78,99)
#654455
(101,68,85)
#553A47
(85,58,71)
#453039
(69,48,57)
#35262B
(53,38,43)
#251C1D
(37,28,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #B5769B

#B5769B
(181,118,155)
#BB82A4
(187,130,164)
#C18EAD
(193,142,173)
#C79AB6
(199,154,182)
#CDA6BF
(205,166,191)
#D3B2C8
(211,178,200)
#D9BED1
(217,190,209)
#DFCADA
(223,202,218)
#E5D6E3
(229,214,227)
#EBE2EC
(235,226,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5769B; }

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

This text font color is #B5769B.


Background Color

.myBgColor { background-color: #B5769B; }

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

This div background color is #B5769B.


Border color

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

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

This div border color is #B5769B.


Opacity

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

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

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

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

This text has shadow with #B5769B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5769B on black background.


Color preview on white background

This text has color #B5769B on white background.



Black color preview on #B5769B background

This text has black color on #B5769B background.


White color preview on #B5769B background

This text has white color on #B5769B background.