COLOR #B76FA0

HEX: #B76FA0 RGB: (183,111,160)

Color info

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

RGB color model

#B76FA0 color RGB value is (183,111,160).

RGB: (183,111,160) (72%, 44%, 63%)

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 160 of 255 = 63%

183
111
160

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

Portions of RGB colors in percentages

R + G + B = 183 + 111 + 160 = 454 (100%)
R 183 of 454 ~ 40.31%
G 111 of 454 ~ 24.45%
B 160 of 454 ~ 35.24'%

%40.31
%24.45
%35.24

CMYK color model

#B76FA0 color CMYK value is (0,39,13,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 12.57%
  • key color value is 28.24%

CMYK: (0,39,13,28)
C0M39Y13K28 (0%, 39%, 13%, 28%)
(0.00 / 0.39 / 0.13 / 0.28)

CMYK percentages

%0
%39.34
%12.57
%28.24

Codes

Color #B76FA0 in popluar color models

B7 6F A0
RGB 183 111 160
HSL 319° 33.33% 57.65%
HSB/HSV 319° 39.34% 71.76%
CMYK 0.00% 39.34% 12.57%
28.24%

Color #B76FA0 in popluar number systems.

HEX B7 6F A0
Decimal 183 111 160
Binary 10110111 1101111 10100000
Octal 267 157 240

Shades and tints

Shades of #B76FA0

#B76FA0
(183,111,160)
#A76592
(167,101,146)
#975B84
(151,91,132)
#875176
(135,81,118)
#774768
(119,71,104)
#673D5A
(103,61,90)
#57334C
(87,51,76)
#47293E
(71,41,62)
#371F30
(55,31,48)
#271522
(39,21,34)
#170B14
(23,11,20)
#000000
(0,0,0)

Tints of #B76FA0

#B76FA0
(183,111,160)
#BD7CA8
(189,124,168)
#C389B0
(195,137,176)
#C996B8
(201,150,184)
#CFA3C0
(207,163,192)
#D5B0C8
(213,176,200)
#DBBDD0
(219,189,208)
#E1CAD8
(225,202,216)
#E7D7E0
(231,215,224)
#EDE4E8
(237,228,232)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76FA0 color. Also use rgb(183,111,160) instead hex code.

Text Font Color

.myTextColor { color: #B76FA0; }

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

This text font color is #B76FA0.

Background Color

.myBgColor { background-color: #B76FA0; }

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

This div background color is #B76FA0.

Border color

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

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

This div border color is #B76FA0.

Opacity

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

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

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

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

This text has shadow with #B76FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76FA0.

Preview

Color preview on black background

This text has color #B76FA0 on black background.


Color preview on white background

This text has color #B76FA0 on white background.


Black color preview on #B76FA0 background

This text has black color on #B76FA0 background.


White color preview on #B76FA0 background

This text has white color on #B76FA0 background.


Related colors

Complementary color

Complementary color for #hex is #48905F.


I love getcolorcode.com

Triadic colors

1 #A0B76F and #6FA0B7 with #B76FA0 are triadic colors.

2 #A06FB7 and #6FB7A0 with #B76FA0 are triadic colors.