COLOR #B85B6D

HEX: #B85B6D
RGB: (184,91,109)

Color info

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

RGB color model

#B85B6D color RGB value is (184,91,109).

  • red value is 184;
  • green value is 91;
  • blue value is 109.
RGB:
(184,91,109)
(72%,36%,43%)

RGB channels and saturation

R 184 of 255 = 72%
G 91 of 255 = 36%
B 109 of 255 = 43%

184
91
109

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

Portions of RGB colors in percentages

R + G + B =
184 + 91 + 109 = 384 (100%)
R 184 of 384 ~ 47.92%
G 91 of 384 ~ 23.7%
B 109 of 384 ~ 28.39%

%47.92
%23.7
%28.39

CMYK color model

#B85B6D color CMYK value is (0,51,41,28).

  • cyan value is 0.00%
  • magenta value is 50.54%
  • yellow value is 40.76%
  • key color value is 27.84%
CMYK:
(0,51,41,28)
C0M51Y41K28 
(0%,51%,41%,28%)
(0.00/0.51/0.41/0.28)	

CMYK percentages

%0
%50.54
%40.76
%27.84

Codes

Color #B85B6D in popluar color models

B85B6D
RGB18491109
HSL348°39.57%53.92%
HSB/HSV348°50.54%72.16%
CMYK0.00%50.54%40.76%
27.84%

Color #B85B6D in popluar number systems.

HEXB85B6D
Decimal18491109
Binary1011100010110111101101
Octal270133155

Shades and tints

Shades of #B85B6D

#B85B6D
(184,91,109)
#A85364
(168,83,100)
#984B5B
(152,75,91)
#884352
(136,67,82)
#783B49
(120,59,73)
#683340
(104,51,64)
#582B37
(88,43,55)
#48232E
(72,35,46)
#381B25
(56,27,37)
#28131C
(40,19,28)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #B85B6D

#B85B6D
(184,91,109)
#BE697A
(190,105,122)
#C47787
(196,119,135)
#CA8594
(202,133,148)
#D093A1
(208,147,161)
#D6A1AE
(214,161,174)
#DCAFBB
(220,175,187)
#E2BDC8
(226,189,200)
#E8CBD5
(232,203,213)
#EED9E2
(238,217,226)
#F4E7EF
(244,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85B6D color. Also use rgb(184,91,109) instead hex code.

Text Font Color

.myTextColor { color: #B85B6D; }

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

This text font color is #B85B6D.


Background Color

.myBgColor { background-color: #B85B6D; }

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

This div background color is #B85B6D.


Border color

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

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

This div border color is #B85B6D.


Opacity

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

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

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

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

This text has shadow with #B85B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85B6D on black background.


Color preview on white background

This text has color #B85B6D on white background.



Black color preview on #B85B6D background

This text has black color on #B85B6D background.


White color preview on #B85B6D background

This text has white color on #B85B6D background.