COLOR #B85583

HEX: #B85583 RGB: (184,85,131)

Color info

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

RGB color model

#B85583 color RGB value is (184,85,131).

RGB: (184,85,131) (72%, 33%, 51%)

RGB channels and saturation

R 184 of 255 = 72%
G 85 of 255 = 33%
B 131 of 255 = 51%

184
85
131

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

Portions of RGB colors in percentages

R + G + B = 184 + 85 + 131 = 400 (100%)
R 184 of 400 ~ 46%
G 85 of 400 ~ 21.25%
B 131 of 400 ~ 32.75'%

%46
%21.25
%32.75

CMYK color model

#B85583 color CMYK value is (0,54,29,28).

  • cyan value is 0.00%
  • magenta value is 53.80%
  • yellow value is 28.80%
  • key color value is 27.84%

CMYK: (0,54,29,28)
C0M54Y29K28 (0%, 54%, 29%, 28%)
(0.00 / 0.54 / 0.29 / 0.28)

CMYK percentages

%0
%53.8
%28.8
%27.84

Codes

Color #B85583 in popluar color models

B8 55 83
RGB 184 85 131
HSL 332° 41.08% 52.75%
HSB/HSV 332° 53.80% 72.16%
CMYK 0.00% 53.80% 28.80%
27.84%

Color #B85583 in popluar number systems.

HEX B8 55 83
Decimal 184 85 131
Binary 10111000 1010101 10000011
Octal 270 125 203

Shades and tints

Shades of #B85583

#B85583
(184,85,131)
#A84E78
(168,78,120)
#98476D
(152,71,109)
#884062
(136,64,98)
#783957
(120,57,87)
#68324C
(104,50,76)
#582B41
(88,43,65)
#482436
(72,36,54)
#381D2B
(56,29,43)
#281620
(40,22,32)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #B85583

#B85583
(184,85,131)
#BE648E
(190,100,142)
#C47399
(196,115,153)
#CA82A4
(202,130,164)
#D091AF
(208,145,175)
#D6A0BA
(214,160,186)
#DCAFC5
(220,175,197)
#E2BED0
(226,190,208)
#E8CDDB
(232,205,219)
#EEDCE6
(238,220,230)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85583 color. Also use rgb(184,85,131) instead hex code.

Text Font Color

.myTextColor { color: #B85583; }

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

This text font color is #B85583.

Background Color

.myBgColor { background-color: #B85583; }

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

This div background color is #B85583.

Border color

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

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

This div border color is #B85583.

Opacity

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

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

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

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

This text has shadow with #B85583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B85583.

Preview

Color preview on black background

This text has color #B85583 on black background.


Color preview on white background

This text has color #B85583 on white background.


Black color preview on #B85583 background

This text has black color on #B85583 background.


White color preview on #B85583 background

This text has white color on #B85583 background.


Related colors

Complementary color

Complementary color for #hex is #47AA7C.


I love getcolorcode.com

Triadic colors

1 #83B855 and #5583B8 with #B85583 are triadic colors.

2 #8355B8 and #55B883 with #B85583 are triadic colors.