COLOR #B76C90

HEX: #B76C90 RGB: (183,108,144)

Color info

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

RGB color model

#B76C90 color RGB value is (183,108,144).

RGB: (183,108,144) (72%, 42%, 56%)

RGB channels and saturation

R 183 of 255 = 72%
G 108 of 255 = 42%
B 144 of 255 = 56%

183
108
144

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

Portions of RGB colors in percentages

R + G + B = 183 + 108 + 144 = 435 (100%)
R 183 of 435 ~ 42.07%
G 108 of 435 ~ 24.83%
B 144 of 435 ~ 33.1'%

%42.07
%24.83
%33.1

CMYK color model

#B76C90 color CMYK value is (0,41,21,28).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 21.31%
  • key color value is 28.24%

CMYK: (0,41,21,28)
C0M41Y21K28 (0%, 41%, 21%, 28%)
(0.00 / 0.41 / 0.21 / 0.28)

CMYK percentages

%0
%40.98
%21.31
%28.24

Codes

Color #B76C90 in popluar color models

B7 6C 90
RGB 183 108 144
HSL 331° 34.25% 57.06%
HSB/HSV 331° 40.98% 71.76%
CMYK 0.00% 40.98% 21.31%
28.24%

Color #B76C90 in popluar number systems.

HEX B7 6C 90
Decimal 183 108 144
Binary 10110111 1101100 10010000
Octal 267 154 220

Shades and tints

Shades of #B76C90

#B76C90
(183,108,144)
#A76383
(167,99,131)
#975A76
(151,90,118)
#875169
(135,81,105)
#77485C
(119,72,92)
#673F4F
(103,63,79)
#573642
(87,54,66)
#472D35
(71,45,53)
#372428
(55,36,40)
#271B1B
(39,27,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #B76C90

#B76C90
(183,108,144)
#BD799A
(189,121,154)
#C386A4
(195,134,164)
#C993AE
(201,147,174)
#CFA0B8
(207,160,184)
#D5ADC2
(213,173,194)
#DBBACC
(219,186,204)
#E1C7D6
(225,199,214)
#E7D4E0
(231,212,224)
#EDE1EA
(237,225,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76C90 color. Also use rgb(183,108,144) instead hex code.

Text Font Color

.myTextColor { color: #B76C90; }

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

This text font color is #B76C90.

Background Color

.myBgColor { background-color: #B76C90; }

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

This div background color is #B76C90.

Border color

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

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

This div border color is #B76C90.

Opacity

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

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

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

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

This text has shadow with #B76C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76C90.

Preview

Color preview on black background

This text has color #B76C90 on black background.


Color preview on white background

This text has color #B76C90 on white background.


Black color preview on #B76C90 background

This text has black color on #B76C90 background.


White color preview on #B76C90 background

This text has white color on #B76C90 background.


Related colors

Complementary color

Complementary color for #hex is #48936F.


I love getcolorcode.com

Triadic colors

1 #90B76C and #6C90B7 with #B76C90 are triadic colors.

2 #906CB7 and #6CB790 with #B76C90 are triadic colors.