#B85985

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

Shades of Mulberry #B85985

Tints of Mulberry #B85985

Color information

#B85985 (or 0xB85985) is unknown color: approx Mulberry. HEX triplet: B8, 59 and 85. RGB value is (184,89,133). Sum of RGB (Red+Green+Blue) = 184+89+133=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B85985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85985 is #47A67A. Grayscale: #7A7A7A. Windows color (decimal): -4695675 or 8739256. OLE color: 8739256.

HSL color Cylindrical-coordinate representation of color #B85985: hue angle of 332.21º 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 #B85985 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18489133-
CMYK00.520.280.28
HSL332.21º40.08%53.53%-
HSV(B)332.21º51.63%72.16%-
XYZ27.5719.0324.41-
YUV122.42133.97171.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=45.32%
G=21.92%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848913300.520.280.28332.2140.0853.53
HexB859850341C1C14c2836
Octal27013120506434345145066
Binary1011100010110011000010101101001110011100101001100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85985; }

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

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

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

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

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

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

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

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