COLOR #B76D8F

HEX: #B76D8F
RGB: (183,109,143)

Color info

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

RGB color model

#B76D8F color RGB value is (183,109,143).

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

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 143 of 255 = 56%

183
109
143

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

Portions of RGB colors in percentages

R + G + B =
183 + 109 + 143 = 435 (100%)
R 183 of 435 ~ 42.07%
G 109 of 435 ~ 25.06%
B 143 of 435 ~ 32.87%

%42.07
%25.06
%32.87

CMYK color model

#B76D8F color CMYK value is (0,40,22,28).

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK:
(0,40,22,28)
C0M40Y22K28 
(0%,40%,22%,28%)
(0.00/0.40/0.22/0.28)	

CMYK percentages

%0
%40.44
%21.86
%28.24

Codes

Color #B76D8F in popluar color models

B76D8F
RGB183109143
HSL332°33.94%57.25%
HSB/HSV332°40.44%71.76%
CMYK0.00%40.44%21.86%
28.24%

Color #B76D8F in popluar number systems.

HEXB76D8F
Decimal183109143
Binary10110111110110110001111
Octal267155217

Shades and tints

Shades of #B76D8F

#B76D8F
(183,109,143)
#A76482
(167,100,130)
#975B75
(151,91,117)
#875268
(135,82,104)
#77495B
(119,73,91)
#67404E
(103,64,78)
#573741
(87,55,65)
#472E34
(71,46,52)
#372527
(55,37,39)
#271C1A
(39,28,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #B76D8F

#B76D8F
(183,109,143)
#BD7A99
(189,122,153)
#C387A3
(195,135,163)
#C994AD
(201,148,173)
#CFA1B7
(207,161,183)
#D5AEC1
(213,174,193)
#DBBBCB
(219,187,203)
#E1C8D5
(225,200,213)
#E7D5DF
(231,213,223)
#EDE2E9
(237,226,233)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76D8F; }

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

This text font color is #B76D8F.


Background Color

.myBgColor { background-color: #B76D8F; }

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

This div background color is #B76D8F.


Border color

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

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

This div border color is #B76D8F.


Opacity

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

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

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

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

This text has shadow with #B76D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76D8F on black background.


Color preview on white background

This text has color #B76D8F on white background.



Black color preview on #B76D8F background

This text has black color on #B76D8F background.


White color preview on #B76D8F background

This text has white color on #B76D8F background.