COLOR #B76F95

HEX: #B76F95
RGB: (183,111,149)

Color info

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

RGB color model

#B76F95 color RGB value is (183,111,149).

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

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 149 of 255 = 58%

183
111
149

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

Portions of RGB colors in percentages

R + G + B =
183 + 111 + 149 = 443 (100%)
R 183 of 443 ~ 41.31%
G 111 of 443 ~ 25.06%
B 149 of 443 ~ 33.63%

%41.31
%25.06
%33.63

CMYK color model

#B76F95 color CMYK value is (0,39,19,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(0,39,19,28)
C0M39Y19K28 
(0%,39%,19%,28%)
(0.00/0.39/0.19/0.28)	

CMYK percentages

%0
%39.34
%18.58
%28.24

Codes

Color #B76F95 in popluar color models

B76F95
RGB183111149
HSL328°33.33%57.65%
HSB/HSV328°39.34%71.76%
CMYK0.00%39.34%18.58%
28.24%

Color #B76F95 in popluar number systems.

HEXB76F95
Decimal183111149
Binary10110111110111110010101
Octal267157225

Shades and tints

Shades of #B76F95

#B76F95
(183,111,149)
#A76588
(167,101,136)
#975B7B
(151,91,123)
#87516E
(135,81,110)
#774761
(119,71,97)
#673D54
(103,61,84)
#573347
(87,51,71)
#47293A
(71,41,58)
#371F2D
(55,31,45)
#271520
(39,21,32)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #B76F95

#B76F95
(183,111,149)
#BD7C9E
(189,124,158)
#C389A7
(195,137,167)
#C996B0
(201,150,176)
#CFA3B9
(207,163,185)
#D5B0C2
(213,176,194)
#DBBDCB
(219,189,203)
#E1CAD4
(225,202,212)
#E7D7DD
(231,215,221)
#EDE4E6
(237,228,230)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F95; }

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

This text font color is #B76F95.


Background Color

.myBgColor { background-color: #B76F95; }

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

This div background color is #B76F95.


Border color

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

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

This div border color is #B76F95.


Opacity

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

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

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

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

This text has shadow with #B76F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76F95 on black background.


Color preview on white background

This text has color #B76F95 on white background.



Black color preview on #B76F95 background

This text has black color on #B76F95 background.


White color preview on #B76F95 background

This text has white color on #B76F95 background.