#B85683

Color #B85683 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B85683

Tints of Mulberry #B85683

Color information

#B85683 (or 0xB85683) is unknown color: approx Mulberry. HEX triplet: B8, 56 and 83. RGB value is (184,86,131). Sum of RGB (Red+Green+Blue) = 184+86+131=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85683 is #47A97C. Grayscale: #787878. Windows color (decimal): -4696445 or 8607416. OLE color: 8607416.

HSL color Cylindrical-coordinate representation of color #B85683: hue angle of 332.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85683 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB18486131-
CMYK00.530.290.28
HSL332.45º40.83%52.94%-
HSV(B)332.45º53.26%72.16%-
XYZ27.1918.4823.61-
YUV120.43133.97173.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=45.89%
G=21.45%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848613100.530.290.28332.4540.8352.94
HexB856830351D1C14c2935
Octal27012620306535345145165
Binary1011100010101101000001101101011110111100101001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85683; }

 p { color: rgb(184,86,131); }

 H1.HeaderClassName
 {
   color: #B85683;
 }
 .AnyTagClassName
 {
   color: #B85683;
 }
</style>
background-color css

<style>
 a { background-color: #B85683; }

 a { background-color: rgb(184,86,131); }

 div.DivClassName
 {
   background-color: #B85683;
 }
 .BgClassName
 {
   background-color: #B85683;
 }
</style>
border-color css

<style>
 span { border-color: #B85683; }

 span { border-color: rgb(184,86,131); }

 td.TdClassName
 {
   border-color: #B85683;
 }
 .TagClassName
 {
   border-color: #B85683;
 }
</style>