COLOR #B85E75

HEX: #B85E75
RGB: (184,94,117)

Color info

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

RGB color model

#B85E75 color RGB value is (184,94,117).

  • red value is 184;
  • green value is 94;
  • blue value is 117.
RGB:
(184,94,117)
(72%,37%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 94 of 255 = 37%
B 117 of 255 = 46%

184
94
117

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

Portions of RGB colors in percentages

R + G + B =
184 + 94 + 117 = 395 (100%)
R 184 of 395 ~ 46.58%
G 94 of 395 ~ 23.8%
B 117 of 395 ~ 29.62%

%46.58
%23.8
%29.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.91%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(0,49,36,28)
C0M49Y36K28 
(0%,49%,36%,28%)
(0.00/0.49/0.36/0.28)	

CMYK percentages

%0
%48.91
%36.41
%27.84

Codes

Color #B85E75 in popluar color models

B85E75
RGB18494117
HSL345°38.79%54.51%
HSB/HSV345°48.91%72.16%
CMYK0.00%48.91%36.41%
27.84%

Color #B85E75 in popluar number systems.

HEXB85E75
Decimal18494117
Binary1011100010111101110101
Octal270136165

Shades and tints

Shades of #B85E75

#B85E75
(184,94,117)
#A8566B
(168,86,107)
#984E61
(152,78,97)
#884657
(136,70,87)
#783E4D
(120,62,77)
#683643
(104,54,67)
#582E39
(88,46,57)
#48262F
(72,38,47)
#381E25
(56,30,37)
#28161B
(40,22,27)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #B85E75

#B85E75
(184,94,117)
#BE6C81
(190,108,129)
#C47A8D
(196,122,141)
#CA8899
(202,136,153)
#D096A5
(208,150,165)
#D6A4B1
(214,164,177)
#DCB2BD
(220,178,189)
#E2C0C9
(226,192,201)
#E8CED5
(232,206,213)
#EEDCE1
(238,220,225)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85E75 color. Also use rgb(184,94,117) instead hex code.

Text Font Color

.myTextColor { color: #B85E75; }

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

This text font color is #B85E75.


Background Color

.myBgColor { background-color: #B85E75; }

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

This div background color is #B85E75.


Border color

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

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

This div border color is #B85E75.


Opacity

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

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

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

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

This text has shadow with #B85E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85E75 on black background.


Color preview on white background

This text has color #B85E75 on white background.



Black color preview on #B85E75 background

This text has black color on #B85E75 background.


White color preview on #B85E75 background

This text has white color on #B85E75 background.