#BA1864

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

Shades of Jazzberry Jam #BA1864

Tints of Jazzberry Jam #BA1864

Color information

#BA1864 (or 0xBA1864) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 18 and 64. RGB value is (186,24,100). Sum of RGB (Red+Green+Blue) = 186+24+100=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1864 is #45E79B. Grayscale: #505050. Windows color (decimal): -4581276 or 6559930. OLE color: 6559930.

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

Color convert

RGB18624100-
CMYK00.870.460.27
HSL331.85º77.14%41.18%-
HSV(B)331.85º87.1%72.94%-
XYZ22.8812.0113.17-
YUV81.1138.67202.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 7.74%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=60%
G=7.74%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862410000.870.460.27331.8577.1441.18
HexBA18640572E1B14c4d29
Octal272301440127563351411551
Binary1011101011000110010001010111101110110111010011001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1864; }

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

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

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

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

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

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

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

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