#B85A91

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

Shades of Mulberry #B85A91

Tints of Mulberry #B85A91

Color information

#B85A91 (or 0xB85A91) is unknown color: approx Mulberry. HEX triplet: B8, 5A and 91. RGB value is (184,90,145). Sum of RGB (Red+Green+Blue) = 184+90+145=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A91 is #47A56E. Grayscale: #7C7C7C. Windows color (decimal): -4695407 or 9525944. OLE color: 9525944.

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

Color convert

RGB18490145-
CMYK00.510.210.28
HSL324.89º39.83%53.73%-
HSV(B)324.89º51.09%72.16%-
XYZ28.5319.5529.06-
YUV124.38139.64170.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=43.91%
G=21.48%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849014500.510.210.28324.8939.8353.73
HexB85A91033151C1452836
Octal27013222106325345055066
Binary1011100010110101001000101100111010111100101000101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A91; }

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

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

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

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

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

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

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

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