#BA0663

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

Shades of Jazzberry Jam #BA0663

Tints of Jazzberry Jam #BA0663

Color information

#BA0663 (or 0xBA0663) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 06 and 63. RGB value is (186,6,99). Sum of RGB (Red+Green+Blue) = 186+6+99=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0663 is #45F99C. Grayscale: #464646. Windows color (decimal): -4585885 or 6489786. OLE color: 6489786.

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

Color convert

RGB186699-
CMYK00.970.470.27
HSL329º93.75%37.65%-
HSV(B)329º96.77%72.94%-
XYZ22.5711.4712.83-
YUV70.42144.13210.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=63.92%
G=2.06%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18669900.970.470.2732993.7537.65
HexBA6630612F1B1495e26
Octal27261430141573351113646
Binary10111010110110001101100001101111110111010010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0663; }

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

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

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

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

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

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

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

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