#BA1163

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

Shades of Jazzberry Jam #BA1163

Tints of Jazzberry Jam #BA1163

Color information

#BA1163 (or 0xBA1163) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 11 and 63. RGB value is (186,17,99). Sum of RGB (Red+Green+Blue) = 186+17+99=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1163 is #45EE9C. Grayscale: #4C4C4C. Windows color (decimal): -4583069 or 6492602. OLE color: 6492602.

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

Color convert

RGB1861799-
CMYK00.910.470.27
HSL330.89º83.25%39.8%-
HSV(B)330.89º90.86%72.94%-
XYZ22.711.7412.87-
YUV76.88140.49205.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=61.59%
G=5.63%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186179900.910.470.27330.8983.2539.8
HexBA116305B2F1B14b5328
Octal272211430133573351312350
Binary1011101010001110001101011011101111110111010010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1163; }

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

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

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

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

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

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

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

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