COLOR #B76F9A

HEX: #B76F9A
RGB: (183,111,154)

Color info

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

RGB color model

#B76F9A color RGB value is (183,111,154).

  • red value is 183;
  • green value is 111;
  • blue value is 154.
RGB:
(183,111,154)
(72%,44%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 154 of 255 = 60%

183
111
154

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

Portions of RGB colors in percentages

R + G + B =
183 + 111 + 154 = 448 (100%)
R 183 of 448 ~ 40.85%
G 111 of 448 ~ 24.78%
B 154 of 448 ~ 34.38%

%40.85
%24.78
%34.38

CMYK color model

#B76F9A color CMYK value is (0,39,16,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(0,39,16,28)
C0M39Y16K28 
(0%,39%,16%,28%)
(0.00/0.39/0.16/0.28)	

CMYK percentages

%0
%39.34
%15.85
%28.24

Codes

Color #B76F9A in popluar color models

B76F9A
RGB183111154
HSL324°33.33%57.65%
HSB/HSV324°39.34%71.76%
CMYK0.00%39.34%15.85%
28.24%

Color #B76F9A in popluar number systems.

HEXB76F9A
Decimal183111154
Binary10110111110111110011010
Octal267157232

Shades and tints

Shades of #B76F9A

#B76F9A
(183,111,154)
#A7658C
(167,101,140)
#975B7E
(151,91,126)
#875170
(135,81,112)
#774762
(119,71,98)
#673D54
(103,61,84)
#573346
(87,51,70)
#472938
(71,41,56)
#371F2A
(55,31,42)
#27151C
(39,21,28)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #B76F9A

#B76F9A
(183,111,154)
#BD7CA3
(189,124,163)
#C389AC
(195,137,172)
#C996B5
(201,150,181)
#CFA3BE
(207,163,190)
#D5B0C7
(213,176,199)
#DBBDD0
(219,189,208)
#E1CAD9
(225,202,217)
#E7D7E2
(231,215,226)
#EDE4EB
(237,228,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F9A; }

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

This text font color is #B76F9A.


Background Color

.myBgColor { background-color: #B76F9A; }

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

This div background color is #B76F9A.


Border color

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

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

This div border color is #B76F9A.


Opacity

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

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

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

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

This text has shadow with #B76F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76F9A on black background.


Color preview on white background

This text has color #B76F9A on white background.



Black color preview on #B76F9A background

This text has black color on #B76F9A background.


White color preview on #B76F9A background

This text has white color on #B76F9A background.