COLOR #B75D95

HEX: #B75D95
RGB: (183,93,149)

Color info

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

RGB color model

#B75D95 color RGB value is (183,93,149).

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

RGB channels and saturation

R 183 of 255 = 72%
G 93 of 255 = 36%
B 149 of 255 = 58%

183
93
149

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

Portions of RGB colors in percentages

R + G + B =
183 + 93 + 149 = 425 (100%)
R 183 of 425 ~ 43.06%
G 93 of 425 ~ 21.88%
B 149 of 425 ~ 35.06%

%43.06
%21.88
%35.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.18%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(0,49,19,28)
C0M49Y19K28 
(0%,49%,19%,28%)
(0.00/0.49/0.19/0.28)	

CMYK percentages

%0
%49.18
%18.58
%28.24

Codes

Color #B75D95 in popluar color models

B75D95
RGB18393149
HSL323°38.46%54.12%
HSB/HSV323°49.18%71.76%
CMYK0.00%49.18%18.58%
28.24%

Color #B75D95 in popluar number systems.

HEXB75D95
Decimal18393149
Binary10110111101110110010101
Octal267135225

Shades and tints

Shades of #B75D95

#B75D95
(183,93,149)
#A75588
(167,85,136)
#974D7B
(151,77,123)
#87456E
(135,69,110)
#773D61
(119,61,97)
#673554
(103,53,84)
#572D47
(87,45,71)
#47253A
(71,37,58)
#371D2D
(55,29,45)
#271520
(39,21,32)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #B75D95

#B75D95
(183,93,149)
#BD6B9E
(189,107,158)
#C379A7
(195,121,167)
#C987B0
(201,135,176)
#CF95B9
(207,149,185)
#D5A3C2
(213,163,194)
#DBB1CB
(219,177,203)
#E1BFD4
(225,191,212)
#E7CDDD
(231,205,221)
#EDDBE6
(237,219,230)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B75D95; }

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

This text font color is #B75D95.


Background Color

.myBgColor { background-color: #B75D95; }

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

This div background color is #B75D95.


Border color

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

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

This div border color is #B75D95.


Opacity

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

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

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

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

This text has shadow with #B75D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75D95 on black background.


Color preview on white background

This text has color #B75D95 on white background.



Black color preview on #B75D95 background

This text has black color on #B75D95 background.


White color preview on #B75D95 background

This text has white color on #B75D95 background.