#B85999

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

Shades of Mulberry #B85999

Tints of Mulberry #B85999

Color information

#B85999 (or 0xB85999) is unknown color: approx Mulberry. HEX triplet: B8, 59 and 99. RGB value is (184,89,153). Sum of RGB (Red+Green+Blue) = 184+89+153=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B85999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85999 is #47A666. Grayscale: #7C7C7C. Windows color (decimal): -4695655 or 10049976. OLE color: 10049976.

HSL color Cylindrical-coordinate representation of color #B85999: hue angle of 319.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85999 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18489153-
CMYK00.520.170.28
HSL319.58º40.08%53.53%-
HSV(B)319.58º51.63%72.16%-
XYZ29.0919.6432.39-
YUV124.7143.97170.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=43.19%
G=20.89%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848915300.520.170.28319.5840.0853.53
HexB85999034111C1402836
Octal27013123106421345005066
Binary1011100010110011001100101101001000111100101000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85999; }

 p { color: rgb(184,89,153); }

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

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

 a { background-color: rgb(184,89,153); }

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

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

 span { border-color: rgb(184,89,153); }

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