#B85A90

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

Shades of Mulberry #B85A90

Tints of Mulberry #B85A90

Color information

#B85A90 (or 0xB85A90) is unknown color: approx Mulberry. HEX triplet: B8, 5A and 90. RGB value is (184,90,144). Sum of RGB (Red+Green+Blue) = 184+90+144=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A90 is #47A56F. Grayscale: #7C7C7C. Windows color (decimal): -4695408 or 9460408. OLE color: 9460408.

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

Color convert

RGB18490144-
CMYK00.510.220.28
HSL325.53º39.83%53.73%-
HSV(B)325.53º51.09%72.16%-
XYZ28.4619.5228.65-
YUV124.26139.14170.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=44.02%
G=21.53%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849014400.510.220.28325.5339.8353.73
HexB85A90033161C1462836
Octal27013222006326345065066
Binary1011100010110101001000001100111011011100101000110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A90; }

 p { color: rgb(184,90,144); }

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

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

 a { background-color: rgb(184,90,144); }

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

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

 span { border-color: rgb(184,90,144); }

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