#BA1365

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

Shades of Jazzberry Jam #BA1365

Tints of Jazzberry Jam #BA1365

Color information

#BA1365 (or 0xBA1365) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 13 and 65. RGB value is (186,19,101). Sum of RGB (Red+Green+Blue) = 186+19+101=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1365 is #45EC9A. Grayscale: #4E4E4E. Windows color (decimal): -4582555 or 6624186. OLE color: 6624186.

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

Color convert

RGB18619101-
CMYK00.900.460.27
HSL330.54º81.46%40.2%-
HSV(B)330.54º89.78%72.94%-
XYZ22.8311.8413.39-
YUV78.28140.83204.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.78%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=60.78%
G=6.21%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861910100.900.460.27330.5481.4640.2
HexBA136505A2E1B14b5128
Octal272231450132563351312150
Binary1011101010011110010101011010101110110111010010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1365; }

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

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

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

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

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

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

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

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