COLOR #B87485

HEX: #B87485 RGB: (184,116,133)

Color info

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

RGB color model

#B87485 color RGB value is (184,116,133).

RGB: (184,116,133) (72%, 45%, 52%)

RGB channels and saturation

R 184 of 255 = 72%
G 116 of 255 = 45%
B 133 of 255 = 52%

184
116
133

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

Portions of RGB colors in percentages

R + G + B = 184 + 116 + 133 = 433 (100%)
R 184 of 433 ~ 42.49%
G 116 of 433 ~ 26.79%
B 133 of 433 ~ 30.72'%

%42.49
%26.79
%30.72

CMYK color model

#B87485 color CMYK value is (0,37,28,28).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 27.72%
  • key color value is 27.84%
CMYK: (0,37,28,28) C0M37Y28K28 (0%,37%,28%,28%) (0.00/0.37/0.28/0.28) 

CMYK percentages

%0
%36.96
%27.72
%27.84

Codes

Color #B87485 in popluar color models

B8 74 85
RGB 184 116 133
HSL 345° 32.38% 58.82%
HSB/HSV 345° 36.96% 72.16%
CMYK 0.00% 36.96% 27.72%
27.84%

Color #B87485 in popluar number systems.

HEX B8 74 85
Decimal 184 116 133
Binary 10111000 1110100 10000101
Octal 270 164 205

Shades and tints

Shades of #B87485

#B87485
(184,116,133)
#A86A79
(168,106,121)
#98606D
(152,96,109)
#885661
(136,86,97)
#784C55
(120,76,85)
#684249
(104,66,73)
#58383D
(88,56,61)
#482E31
(72,46,49)
#382425
(56,36,37)
#281A19
(40,26,25)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #B87485

#B87485
(184,116,133)
#BE8090
(190,128,144)
#C48C9B
(196,140,155)
#CA98A6
(202,152,166)
#D0A4B1
(208,164,177)
#D6B0BC
(214,176,188)
#DCBCC7
(220,188,199)
#E2C8D2
(226,200,210)
#E8D4DD
(232,212,221)
#EEE0E8
(238,224,232)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87485 color. Also use rgb(184,116,133) instead hex code.

Text Font Color

.myTextColor { color: #B87485; }

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

This text font color is #B87485.

Background Color

.myBgColor { background-color: #B87485; }

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

This div background color is #B87485.

Border color

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

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

This div border color is #B87485.

Opacity

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

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

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

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

This text has shadow with #B87485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87485.

Preview

Color preview on black background

This text has color #B87485 on black background.


Color preview on white background

This text has color #B87485 on white background.


Black color preview on #B87485 background

This text has black color on #B87485 background.


White color preview on #B87485 background

This text has white color on #B87485 background.


Related colors

Complementary color

Complementary color for #hex is #478B7A.


I love getcolorcode.com

Triadic colors

1 #85B874 and #7485B8 with #B87485 are triadic colors.

2 #8574B8 and #74B885 with #B87485 are triadic colors.