COLOR #B76FAF

HEX: #B76FAF RGB: (183,111,175)

Color info

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

RGB color model

#B76FAF color RGB value is (183,111,175).

RGB: (183,111,175) (72%, 44%, 69%)

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 175 of 255 = 69%

183
111
175

R + G + B ~ 62%. #B76FAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 111 + 175 = 469 (100%)
R 183 of 469 ~ 39.02%
G 111 of 469 ~ 23.67%
B 175 of 469 ~ 37.31'%

%39.02
%23.67
%37.31

CMYK color model

#B76FAF color CMYK value is (0,39,4,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK: (0,39,4,28) C0M39Y4K28 (0%,39%,4%,28%) (0.00/0.39/0.04/0.28) 

CMYK percentages

%0
%39.34
%4.37
%28.24

Codes

Color #B76FAF in popluar color models

B7 6F AF
RGB 183 111 175
HSL 307° 33.33% 57.65%
HSB/HSV 307° 39.34% 71.76%
CMYK 0.00% 39.34% 4.37%
28.24%

Color #B76FAF in popluar number systems.

HEX B7 6F AF
Decimal 183 111 175
Binary 10110111 1101111 10101111
Octal 267 157 257

Shades and tints

Shades of #B76FAF

#B76FAF
(183,111,175)
#A765A0
(167,101,160)
#975B91
(151,91,145)
#875182
(135,81,130)
#774773
(119,71,115)
#673D64
(103,61,100)
#573355
(87,51,85)
#472946
(71,41,70)
#371F37
(55,31,55)
#271528
(39,21,40)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #B76FAF

#B76FAF
(183,111,175)
#BD7CB6
(189,124,182)
#C389BD
(195,137,189)
#C996C4
(201,150,196)
#CFA3CB
(207,163,203)
#D5B0D2
(213,176,210)
#DBBDD9
(219,189,217)
#E1CAE0
(225,202,224)
#E7D7E7
(231,215,231)
#EDE4EE
(237,228,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76FAF; }

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

This text font color is #B76FAF.

Background Color

.myBgColor { background-color: #B76FAF; }

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

This div background color is #B76FAF.

Border color

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

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

This div border color is #B76FAF.

Opacity

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

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

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

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

This text has shadow with #B76FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76FAF.

Preview

Color preview on black background

This text has color #B76FAF on black background.


Color preview on white background

This text has color #B76FAF on white background.


Black color preview on #B76FAF background

This text has black color on #B76FAF background.


White color preview on #B76FAF background

This text has white color on #B76FAF background.


Related colors

Complementary color

Complementary color for #hex is #489050.


I love getcolorcode.com

Triadic colors

1 #AFB76F and #6FAFB7 with #B76FAF are triadic colors.

2 #AF6FB7 and #6FB7AF with #B76FAF are triadic colors.