COLOR #B4699B

HEX: #B4699B RGB: (180,105,155)

Color info

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

RGB color model

#B4699B color RGB value is (180,105,155).

RGB: (180,105,155) (71%, 41%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 105 of 255 = 41%
B 155 of 255 = 61%

180
105
155

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

Portions of RGB colors in percentages

R + G + B = 180 + 105 + 155 = 440 (100%)
R 180 of 440 ~ 40.91%
G 105 of 440 ~ 23.86%
B 155 of 440 ~ 35.23'%

%40.91
%23.86
%35.23

CMYK color model

#B4699B color CMYK value is (0,42,14,29).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 13.89%
  • key color value is 29.41%

CMYK: (0,42,14,29)
C0M42Y14K29 (0%, 42%, 14%, 29%)
(0.00 / 0.42 / 0.14 / 0.29)

CMYK percentages

%0
%41.67
%13.89
%29.41

Codes

Color #B4699B in popluar color models

B4 69 9B
RGB 180 105 155
HSL 320° 33.33% 55.88%
HSB/HSV 320° 41.67% 70.59%
CMYK 0.00% 41.67% 13.89%
29.41%

Color #B4699B in popluar number systems.

HEX B4 69 9B
Decimal 180 105 155
Binary 10110100 1101001 10011011
Octal 264 151 233

Shades and tints

Shades of #B4699B

#B4699B
(180,105,155)
#A4608D
(164,96,141)
#94577F
(148,87,127)
#844E71
(132,78,113)
#744563
(116,69,99)
#643C55
(100,60,85)
#543347
(84,51,71)
#442A39
(68,42,57)
#34212B
(52,33,43)
#24181D
(36,24,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B4699B

#B4699B
(180,105,155)
#BA76A4
(186,118,164)
#C083AD
(192,131,173)
#C690B6
(198,144,182)
#CC9DBF
(204,157,191)
#D2AAC8
(210,170,200)
#D8B7D1
(216,183,209)
#DEC4DA
(222,196,218)
#E4D1E3
(228,209,227)
#EADEEC
(234,222,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4699B; }

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

This text font color is #B4699B.

Background Color

.myBgColor { background-color: #B4699B; }

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

This div background color is #B4699B.

Border color

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

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

This div border color is #B4699B.

Opacity

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

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

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

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

This text has shadow with #B4699B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4699B.

Preview

Color preview on black background

This text has color #B4699B on black background.


Color preview on white background

This text has color #B4699B on white background.


Black color preview on #B4699B background

This text has black color on #B4699B background.


White color preview on #B4699B background

This text has white color on #B4699B background.


Related colors

Complementary color

Complementary color for #hex is #4B9664.


I love getcolorcode.com

Triadic colors

1 #9BB469 and #699BB4 with #B4699B are triadic colors.

2 #9B69B4 and #69B49B with #B4699B are triadic colors.