#BA1368

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

Shades of Jazzberry Jam #BA1368

Tints of Jazzberry Jam #BA1368

Color information

#BA1368 (or 0xBA1368) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 13 and 68. RGB value is (186,19,104). Sum of RGB (Red+Green+Blue) = 186+19+104=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1368 is #45EC97. Grayscale: #4E4E4E. Windows color (decimal): -4582552 or 6820794. OLE color: 6820794.

HSL color Cylindrical-coordinate representation of color #BA1368: hue angle of 329.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1368 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18619104-
CMYK00.900.440.27
HSL329.46º81.46%40.2%-
HSV(B)329.46º89.78%72.94%-
XYZ22.9811.914.18-
YUV78.62142.33204.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=60.19%
G=6.15%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861910400.900.440.27329.4681.4640.2
HexBA136805A2C1B1495128
Octal272231500132543351112150
Binary1011101010011110100001011010101100110111010010011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1368; }

 p { color: rgb(186,19,104); }

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

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

 a { background-color: rgb(186,19,104); }

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

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

 span { border-color: rgb(186,19,104); }

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