COLOR #B76183

HEX: #B76183
RGB: (183,97,131)

Color info

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

RGB color model

#B76183 color RGB value is (183,97,131).

  • red value is 183;
  • green value is 97;
  • blue value is 131.
RGB:
(183,97,131)
(72%,38%,51%)

RGB channels and saturation

R 183 of 255 = 72%
G 97 of 255 = 38%
B 131 of 255 = 51%

183
97
131

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

Portions of RGB colors in percentages

R + G + B =
183 + 97 + 131 = 411 (100%)
R 183 of 411 ~ 44.53%
G 97 of 411 ~ 23.6%
B 131 of 411 ~ 31.87%

%44.53
%23.6
%31.87

CMYK color model

#B76183 color CMYK value is (0,47,28,28).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 28.42%
  • key color value is 28.24%
CMYK:
(0,47,28,28)
C0M47Y28K28 
(0%,47%,28%,28%)
(0.00/0.47/0.28/0.28)	

CMYK percentages

%0
%46.99
%28.42
%28.24

Codes

Color #B76183 in popluar color models

B76183
RGB18397131
HSL336°37.39%54.90%
HSB/HSV336°46.99%71.76%
CMYK0.00%46.99%28.42%
28.24%

Color #B76183 in popluar number systems.

HEXB76183
Decimal18397131
Binary10110111110000110000011
Octal267141203

Shades and tints

Shades of #B76183

#B76183
(183,97,131)
#A75978
(167,89,120)
#97516D
(151,81,109)
#874962
(135,73,98)
#774157
(119,65,87)
#67394C
(103,57,76)
#573141
(87,49,65)
#472936
(71,41,54)
#37212B
(55,33,43)
#271920
(39,25,32)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #B76183

#B76183
(183,97,131)
#BD6F8E
(189,111,142)
#C37D99
(195,125,153)
#C98BA4
(201,139,164)
#CF99AF
(207,153,175)
#D5A7BA
(213,167,186)
#DBB5C5
(219,181,197)
#E1C3D0
(225,195,208)
#E7D1DB
(231,209,219)
#EDDFE6
(237,223,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76183 color. Also use rgb(183,97,131) instead hex code.

Text Font Color

.myTextColor { color: #B76183; }

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

This text font color is #B76183.


Background Color

.myBgColor { background-color: #B76183; }

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

This div background color is #B76183.


Border color

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

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

This div border color is #B76183.


Opacity

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

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

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

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

This text has shadow with #B76183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76183 on black background.


Color preview on white background

This text has color #B76183 on white background.



Black color preview on #B76183 background

This text has black color on #B76183 background.


White color preview on #B76183 background

This text has white color on #B76183 background.