COLOR #B75679

HEX: #B75679
RGB: (183,86,121)

Color info

#B75679 contains mainly red color. Web safe color of #B75679 is #CC6666 (or #C66).

RGB color model

#B75679 color RGB value is (183,86,121).

  • red value is 183;
  • green value is 86;
  • blue value is 121.
RGB:
(183,86,121)
(72%,34%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 86 of 255 = 34%
B 121 of 255 = 47%

183
86
121

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

Portions of RGB colors in percentages

R + G + B =
183 + 86 + 121 = 390 (100%)
R 183 of 390 ~ 46.92%
G 86 of 390 ~ 22.05%
B 121 of 390 ~ 31.03%

%46.92
%22.05
%31.03

CMYK color model

#B75679 color CMYK value is (0,53,34,28).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(0,53,34,28)
C0M53Y34K28 
(0%,53%,34%,28%)
(0.00/0.53/0.34/0.28)	

CMYK percentages

%0
%53.01
%33.88
%28.24

Codes

Color #B75679 in popluar color models

B75679
RGB18386121
HSL338°40.25%52.75%
HSB/HSV338°53.01%71.76%
CMYK0.00%53.01%33.88%
28.24%

Color #B75679 in popluar number systems.

HEXB75679
Decimal18386121
Binary1011011110101101111001
Octal267126171

Shades and tints

Shades of #B75679

#B75679
(183,86,121)
#A74F6E
(167,79,110)
#974863
(151,72,99)
#874158
(135,65,88)
#773A4D
(119,58,77)
#673342
(103,51,66)
#572C37
(87,44,55)
#47252C
(71,37,44)
#371E21
(55,30,33)
#271716
(39,23,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #B75679

#B75679
(183,86,121)
#BD6585
(189,101,133)
#C37491
(195,116,145)
#C9839D
(201,131,157)
#CF92A9
(207,146,169)
#D5A1B5
(213,161,181)
#DBB0C1
(219,176,193)
#E1BFCD
(225,191,205)
#E7CED9
(231,206,217)
#EDDDE5
(237,221,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75679 color. Also use rgb(183,86,121) instead hex code.

Text Font Color

.myTextColor { color: #B75679; }

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

This text font color is #B75679.


Background Color

.myBgColor { background-color: #B75679; }

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

This div background color is #B75679.


Border color

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

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

This div border color is #B75679.


Opacity

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

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

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

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

This text has shadow with #B75679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75679 on black background.


Color preview on white background

This text has color #B75679 on white background.



Black color preview on #B75679 background

This text has black color on #B75679 background.


White color preview on #B75679 background

This text has white color on #B75679 background.