#BA1863

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

Shades of Jazzberry Jam #BA1863

Tints of Jazzberry Jam #BA1863

Color information

#BA1863 (or 0xBA1863) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 18 and 63. RGB value is (186,24,99). Sum of RGB (Red+Green+Blue) = 186+24+99=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1863 is #45E79C. Grayscale: #505050. Windows color (decimal): -4581277 or 6494394. OLE color: 6494394.

HSL color Cylindrical-coordinate representation of color #BA1863: hue angle of 332.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1863 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1862499-
CMYK00.870.470.27
HSL332.22º77.14%41.18%-
HSV(B)332.22º87.1%72.94%-
XYZ22.8311.9912.92-
YUV80.99138.17202.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=60.19%
G=7.77%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186249900.870.470.27332.2277.1441.18
HexBA18630572F1B14c4d29
Octal272301430127573351411551
Binary1011101011000110001101010111101111110111010011001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1863; }

 p { color: rgb(186,24,99); }

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

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

 a { background-color: rgb(186,24,99); }

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

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

 span { border-color: rgb(186,24,99); }

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