#BA1169

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

Shades of Jazzberry Jam #BA1169

Tints of Jazzberry Jam #BA1169

Color information

#BA1169 (or 0xBA1169) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 11 and 69. RGB value is (186,17,105). Sum of RGB (Red+Green+Blue) = 186+17+105=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1169 is #45EE96. Grayscale: #4D4D4D. Windows color (decimal): -4583063 or 6885818. OLE color: 6885818.

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

Color convert

RGB18617105-
CMYK00.910.440.27
HSL328.76º83.25%39.8%-
HSV(B)328.76º90.86%72.94%-
XYZ2311.8614.44-
YUV77.56143.49205.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=60.39%
G=5.52%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861710500.910.440.27328.7683.2539.8
HexBA116905B2C1B1495328
Octal272211510133543351112350
Binary1011101010001110100101011011101100110111010010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1169; }

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

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

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

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

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

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

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

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