#BA5095

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

Shades of Mulberry #BA5095

Tints of Mulberry #BA5095

Color information

#BA5095 (or 0xBA5095) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 95. RGB value is (186,80,149). Sum of RGB (Red+Green+Blue) = 186+80+149=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5095 is #45AF6A. Grayscale: #777777. Windows color (decimal): -4566891 or 9785530. OLE color: 9785530.

HSL color Cylindrical-coordinate representation of color #BA5095: hue angle of 320.94º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5095 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18680149-
CMYK00.570.200.27
HSL320.94º43.44%52.16%-
HSV(B)320.94º56.99%72.94%-
XYZ28.5418.3530.47-
YUV119.56144.62175.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=44.82%
G=19.28%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868014900.570.200.27320.9443.4452.16
HexBA5095039141B1412b34
Octal27212022507124335015364
Binary1011101010100001001010101110011010011011101000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5095; }

 p { color: rgb(186,80,149); }

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

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

 a { background-color: rgb(186,80,149); }

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

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

 span { border-color: rgb(186,80,149); }

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