COLOR #B76F92

HEX: #B76F92
RGB: (183,111,146)

Color info

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

RGB color model

#B76F92 color RGB value is (183,111,146).

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

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 146 of 255 = 57%

183
111
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 111 + 146 = 440 (100%)
R 183 of 440 ~ 41.59%
G 111 of 440 ~ 25.23%
B 146 of 440 ~ 33.18%

%41.59
%25.23
%33.18

CMYK color model

#B76F92 color CMYK value is (0,39,20,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(0,39,20,28)
C0M39Y20K28 
(0%,39%,20%,28%)
(0.00/0.39/0.20/0.28)	

CMYK percentages

%0
%39.34
%20.22
%28.24

Codes

Color #B76F92 in popluar color models

B76F92
RGB183111146
HSL331°33.33%57.65%
HSB/HSV331°39.34%71.76%
CMYK0.00%39.34%20.22%
28.24%

Color #B76F92 in popluar number systems.

HEXB76F92
Decimal183111146
Binary10110111110111110010010
Octal267157222

Shades and tints

Shades of #B76F92

#B76F92
(183,111,146)
#A76585
(167,101,133)
#975B78
(151,91,120)
#87516B
(135,81,107)
#77475E
(119,71,94)
#673D51
(103,61,81)
#573344
(87,51,68)
#472937
(71,41,55)
#371F2A
(55,31,42)
#27151D
(39,21,29)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #B76F92

#B76F92
(183,111,146)
#BD7C9B
(189,124,155)
#C389A4
(195,137,164)
#C996AD
(201,150,173)
#CFA3B6
(207,163,182)
#D5B0BF
(213,176,191)
#DBBDC8
(219,189,200)
#E1CAD1
(225,202,209)
#E7D7DA
(231,215,218)
#EDE4E3
(237,228,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F92; }

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

This text font color is #B76F92.


Background Color

.myBgColor { background-color: #B76F92; }

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

This div background color is #B76F92.


Border color

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

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

This div border color is #B76F92.


Opacity

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

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

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

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

This text has shadow with #B76F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76F92 on black background.


Color preview on white background

This text has color #B76F92 on white background.



Black color preview on #B76F92 background

This text has black color on #B76F92 background.


White color preview on #B76F92 background

This text has white color on #B76F92 background.