#BA115E

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

Shades of Jazzberry Jam #BA115E

Tints of Jazzberry Jam #BA115E

Color information

#BA115E (or 0xBA115E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 11 and 5E. RGB value is (186,17,94). Sum of RGB (Red+Green+Blue) = 186+17+94=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA115E is #45EEA1. Grayscale: #4C4C4C. Windows color (decimal): -4583074 or 6164922. OLE color: 6164922.

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

Color convert

RGB1861794-
CMYK00.910.490.27
HSL332.66º83.25%39.8%-
HSV(B)332.66º90.86%72.94%-
XYZ22.4711.6511.65-
YUV76.31137.99206.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=62.63%
G=5.72%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186179400.910.490.27332.6683.2539.8
HexBA115E05B311B14d5328
Octal272211360133613351512350
Binary1011101010001101111001011011110001110111010011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA115E; }

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

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

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

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

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

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

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

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