#BA1162

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

Shades of Jazzberry Jam #BA1162

Tints of Jazzberry Jam #BA1162

Color information

#BA1162 (or 0xBA1162) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 11 and 62. RGB value is (186,17,98). Sum of RGB (Red+Green+Blue) = 186+17+98=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1162 is #45EE9D. Grayscale: #4C4C4C. Windows color (decimal): -4583070 or 6427066. OLE color: 6427066.

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

Color convert

RGB1861798-
CMYK00.910.470.27
HSL331.24º83.25%39.8%-
HSV(B)331.24º90.86%72.94%-
XYZ22.6511.7212.62-
YUV76.76139.99205.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=61.79%
G=5.65%
B=32.56%

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
Decimal186179800.910.470.27331.2483.2539.8
HexBA116205B2F1B14b5328
Octal272211420133573351312350
Binary1011101010001110001001011011101111110111010010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1162; }

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

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

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

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

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

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

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

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