COLOR #B76C8F

HEX: #B76C8F
RGB: (183,108,143)

Color info

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

RGB color model

#B76C8F color RGB value is (183,108,143).

  • red value is 183;
  • green value is 108;
  • blue value is 143.
RGB:
(183,108,143)
(72%,42%,56%)

RGB channels and saturation

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

183
108
143

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

Portions of RGB colors in percentages

R + G + B =
183 + 108 + 143 = 434 (100%)
R 183 of 434 ~ 42.17%
G 108 of 434 ~ 24.88%
B 143 of 434 ~ 32.95%

%42.17
%24.88
%32.95

CMYK color model

#B76C8F color CMYK value is (0,41,22,28).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK:
(0,41,22,28)
C0M41Y22K28 
(0%,41%,22%,28%)
(0.00/0.41/0.22/0.28)	

CMYK percentages

%0
%40.98
%21.86
%28.24

Codes

Color #B76C8F in popluar color models

B76C8F
RGB183108143
HSL332°34.25%57.06%
HSB/HSV332°40.98%71.76%
CMYK0.00%40.98%21.86%
28.24%

Color #B76C8F in popluar number systems.

HEXB76C8F
Decimal183108143
Binary10110111110110010001111
Octal267154217

Shades and tints

Shades of #B76C8F

#B76C8F
(183,108,143)
#A76382
(167,99,130)
#975A75
(151,90,117)
#875168
(135,81,104)
#77485B
(119,72,91)
#673F4E
(103,63,78)
#573641
(87,54,65)
#472D34
(71,45,52)
#372427
(55,36,39)
#271B1A
(39,27,26)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #B76C8F

#B76C8F
(183,108,143)
#BD7999
(189,121,153)
#C386A3
(195,134,163)
#C993AD
(201,147,173)
#CFA0B7
(207,160,183)
#D5ADC1
(213,173,193)
#DBBACB
(219,186,203)
#E1C7D5
(225,199,213)
#E7D4DF
(231,212,223)
#EDE1E9
(237,225,233)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76C8F; }

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

This text font color is #B76C8F.


Background Color

.myBgColor { background-color: #B76C8F; }

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

This div background color is #B76C8F.


Border color

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

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

This div border color is #B76C8F.


Opacity

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

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

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

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

This text has shadow with #B76C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76C8F on black background.


Color preview on white background

This text has color #B76C8F on white background.



Black color preview on #B76C8F background

This text has black color on #B76C8F background.


White color preview on #B76C8F background

This text has white color on #B76C8F background.