#BA609A

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

Shades of Mulberry #BA609A

Tints of Mulberry #BA609A

Color information

#BA609A (or 0xBA609A) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 9A. RGB value is (186,96,154). Sum of RGB (Red+Green+Blue) = 186+96+154=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609A is #459F65. Grayscale: #818181. Windows color (decimal): -4562790 or 10117306. OLE color: 10117306.

HSL color Cylindrical-coordinate representation of color #BA609A: hue angle of 321.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA609A is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18696154-
CMYK00.480.170.27
HSL321.33º39.47%55.29%-
HSV(B)321.33º48.39%72.94%-
XYZ30.2721.1433.06-
YUV129.52141.82168.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=42.66%
G=22.02%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869615400.480.170.27321.3339.4755.29
HexBA609A030111B1412737
Octal27214023206021335014767
Binary1011101011000001001101001100001000111011101000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA609A; }

 p { color: rgb(186,96,154); }

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

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

 a { background-color: rgb(186,96,154); }

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

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

 span { border-color: rgb(186,96,154); }

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