#BA1866

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

Shades of Jazzberry Jam #BA1866

Tints of Jazzberry Jam #BA1866

Color information

#BA1866 (or 0xBA1866) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 18 and 66. RGB value is (186,24,102). Sum of RGB (Red+Green+Blue) = 186+24+102=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1866 is #45E799. Grayscale: #515151. Windows color (decimal): -4581274 or 6691002. OLE color: 6691002.

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

Color convert

RGB18624102-
CMYK00.870.450.27
HSL331.11º77.14%41.18%-
HSV(B)331.11º87.1%72.94%-
XYZ22.9712.0513.69-
YUV81.33139.67202.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 24 (9.77% from 255) = 7.69%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=59.62%
G=7.69%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862410200.870.450.27331.1177.1441.18
HexBA18660572D1B14b4d29
Octal272301460127553351311551
Binary1011101011000110011001010111101101110111010010111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1866; }

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

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

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

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

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

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

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

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