COLOR #B76F9B

HEX: #B76F9B
RGB: (183,111,155)

Color info

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

RGB color model

#B76F9B color RGB value is (183,111,155).

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

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 155 of 255 = 61%

183
111
155

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

Portions of RGB colors in percentages

R + G + B =
183 + 111 + 155 = 449 (100%)
R 183 of 449 ~ 40.76%
G 111 of 449 ~ 24.72%
B 155 of 449 ~ 34.52%

%40.76
%24.72
%34.52

CMYK color model

#B76F9B color CMYK value is (0,39,15,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,39,15,28)
C0M39Y15K28 
(0%,39%,15%,28%)
(0.00/0.39/0.15/0.28)	

CMYK percentages

%0
%39.34
%15.3
%28.24

Codes

Color #B76F9B in popluar color models

B76F9B
RGB183111155
HSL323°33.33%57.65%
HSB/HSV323°39.34%71.76%
CMYK0.00%39.34%15.30%
28.24%

Color #B76F9B in popluar number systems.

HEXB76F9B
Decimal183111155
Binary10110111110111110011011
Octal267157233

Shades and tints

Shades of #B76F9B

#B76F9B
(183,111,155)
#A7658D
(167,101,141)
#975B7F
(151,91,127)
#875171
(135,81,113)
#774763
(119,71,99)
#673D55
(103,61,85)
#573347
(87,51,71)
#472939
(71,41,57)
#371F2B
(55,31,43)
#27151D
(39,21,29)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #B76F9B

#B76F9B
(183,111,155)
#BD7CA4
(189,124,164)
#C389AD
(195,137,173)
#C996B6
(201,150,182)
#CFA3BF
(207,163,191)
#D5B0C8
(213,176,200)
#DBBDD1
(219,189,209)
#E1CADA
(225,202,218)
#E7D7E3
(231,215,227)
#EDE4EC
(237,228,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F9B; }

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

This text font color is #B76F9B.


Background Color

.myBgColor { background-color: #B76F9B; }

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

This div background color is #B76F9B.


Border color

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

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

This div border color is #B76F9B.


Opacity

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

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

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

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

This text has shadow with #B76F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76F9B on black background.


Color preview on white background

This text has color #B76F9B on white background.



Black color preview on #B76F9B background

This text has black color on #B76F9B background.


White color preview on #B76F9B background

This text has white color on #B76F9B background.