COLOR #B75D83

HEX: #B75D83
RGB: (183,93,131)

Color info

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

RGB color model

#B75D83 color RGB value is (183,93,131).

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

RGB channels and saturation

R 183 of 255 = 72%
G 93 of 255 = 36%
B 131 of 255 = 51%

183
93
131

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

Portions of RGB colors in percentages

R + G + B =
183 + 93 + 131 = 407 (100%)
R 183 of 407 ~ 44.96%
G 93 of 407 ~ 22.85%
B 131 of 407 ~ 32.19%

%44.96
%22.85
%32.19

CMYK color model

#B75D83 color CMYK value is (0,49,28,28).

  • cyan value is 0.00%
  • magenta value is 49.18%
  • yellow value is 28.42%
  • key color value is 28.24%
CMYK:
(0,49,28,28)
C0M49Y28K28 
(0%,49%,28%,28%)
(0.00/0.49/0.28/0.28)	

CMYK percentages

%0
%49.18
%28.42
%28.24

Codes

Color #B75D83 in popluar color models

B75D83
RGB18393131
HSL335°38.46%54.12%
HSB/HSV335°49.18%71.76%
CMYK0.00%49.18%28.42%
28.24%

Color #B75D83 in popluar number systems.

HEXB75D83
Decimal18393131
Binary10110111101110110000011
Octal267135203

Shades and tints

Shades of #B75D83

#B75D83
(183,93,131)
#A75578
(167,85,120)
#974D6D
(151,77,109)
#874562
(135,69,98)
#773D57
(119,61,87)
#67354C
(103,53,76)
#572D41
(87,45,65)
#472536
(71,37,54)
#371D2B
(55,29,43)
#271520
(39,21,32)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #B75D83

#B75D83
(183,93,131)
#BD6B8E
(189,107,142)
#C37999
(195,121,153)
#C987A4
(201,135,164)
#CF95AF
(207,149,175)
#D5A3BA
(213,163,186)
#DBB1C5
(219,177,197)
#E1BFD0
(225,191,208)
#E7CDDB
(231,205,219)
#EDDBE6
(237,219,230)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B75D83; }

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

This text font color is #B75D83.


Background Color

.myBgColor { background-color: #B75D83; }

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

This div background color is #B75D83.


Border color

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

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

This div border color is #B75D83.


Opacity

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

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

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

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

This text has shadow with #B75D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75D83 on black background.


Color preview on white background

This text has color #B75D83 on white background.



Black color preview on #B75D83 background

This text has black color on #B75D83 background.


White color preview on #B75D83 background

This text has white color on #B75D83 background.