#BA609C

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

Shades of Mulberry #BA609C

Tints of Mulberry #BA609C

Color information

#BA609C (or 0xBA609C) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 9C. RGB value is (186,96,156). Sum of RGB (Red+Green+Blue) = 186+96+156=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609C is #459F63. Grayscale: #818181. Windows color (decimal): -4562788 or 10248378. OLE color: 10248378.

HSL color Cylindrical-coordinate representation of color #BA609C: hue angle of 320º 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 #BA609C is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18696156-
CMYK00.480.160.27
HSL320º39.47%55.29%-
HSV(B)320º48.39%72.94%-
XYZ30.4321.2133.94-
YUV129.75142.82168.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=42.47%
G=21.92%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869615600.480.160.2732039.4755.29
HexBA609C030101B1402737
Octal27214023406020335004767
Binary1011101011000001001110001100001000011011101000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA609C; }

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

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

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

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

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

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

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

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