COLOR #B76D8A

HEX: #B76D8A
RGB: (183,109,138)

Color info

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

RGB color model

#B76D8A color RGB value is (183,109,138).

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

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 138 of 255 = 54%

183
109
138

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

Portions of RGB colors in percentages

R + G + B =
183 + 109 + 138 = 430 (100%)
R 183 of 430 ~ 42.56%
G 109 of 430 ~ 25.35%
B 138 of 430 ~ 32.09%

%42.56
%25.35
%32.09

CMYK color model

#B76D8A color CMYK value is (0,40,25,28).

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(0,40,25,28)
C0M40Y25K28 
(0%,40%,25%,28%)
(0.00/0.40/0.25/0.28)	

CMYK percentages

%0
%40.44
%24.59
%28.24

Codes

Color #B76D8A in popluar color models

B76D8A
RGB183109138
HSL336°33.94%57.25%
HSB/HSV336°40.44%71.76%
CMYK0.00%40.44%24.59%
28.24%

Color #B76D8A in popluar number systems.

HEXB76D8A
Decimal183109138
Binary10110111110110110001010
Octal267155212

Shades and tints

Shades of #B76D8A

#B76D8A
(183,109,138)
#A7647E
(167,100,126)
#975B72
(151,91,114)
#875266
(135,82,102)
#77495A
(119,73,90)
#67404E
(103,64,78)
#573742
(87,55,66)
#472E36
(71,46,54)
#37252A
(55,37,42)
#271C1E
(39,28,30)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #B76D8A

#B76D8A
(183,109,138)
#BD7A94
(189,122,148)
#C3879E
(195,135,158)
#C994A8
(201,148,168)
#CFA1B2
(207,161,178)
#D5AEBC
(213,174,188)
#DBBBC6
(219,187,198)
#E1C8D0
(225,200,208)
#E7D5DA
(231,213,218)
#EDE2E4
(237,226,228)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76D8A; }

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

This text font color is #B76D8A.


Background Color

.myBgColor { background-color: #B76D8A; }

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

This div background color is #B76D8A.


Border color

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

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

This div border color is #B76D8A.


Opacity

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

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

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

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

This text has shadow with #B76D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76D8A on black background.


Color preview on white background

This text has color #B76D8A on white background.



Black color preview on #B76D8A background

This text has black color on #B76D8A background.


White color preview on #B76D8A background

This text has white color on #B76D8A background.