#BA1456

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

Shades of Jazzberry Jam #BA1456

Tints of Jazzberry Jam #BA1456

Color information

#BA1456 (or 0xBA1456) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 14 and 56. RGB value is (186,20,86). Sum of RGB (Red+Green+Blue) = 186+20+86=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1456 is #45EBA9. Grayscale: #4D4D4D. Windows color (decimal): -4582314 or 5641402. OLE color: 5641402.

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

Color convert

RGB1862086-
CMYK00.890.540.27
HSL336.14º80.58%40.39%-
HSV(B)336.14º89.25%72.94%-
XYZ22.1811.619.88-
YUV77.16133205.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 20 (8.20% from 255) = 6.85%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=63.70%
G=6.85%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186208600.890.540.27336.1480.5840.39
HexBA1456059361B1505128
Octal272241260131663352012150
Binary1011101010100101011001011001110110110111010100001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1456; }

 p { color: rgb(186,20,86); }

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

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

 a { background-color: rgb(186,20,86); }

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

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

 span { border-color: rgb(186,20,86); }

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