#BA1555

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

Shades of Jazzberry Jam #BA1555

Tints of Jazzberry Jam #BA1555

Color information

#BA1555 (or 0xBA1555) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 15 and 55. RGB value is (186,21,85). Sum of RGB (Red+Green+Blue) = 186+21+85=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1555 is #45EAAA. Grayscale: #4D4D4D. Windows color (decimal): -4582059 or 5576122. OLE color: 5576122.

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

Color convert

RGB1862185-
CMYK00.890.540.27
HSL336.73º79.71%40.59%-
HSV(B)336.73º88.71%72.94%-
XYZ22.1611.639.67-
YUV77.63132.16205.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=63.70%
G=7.19%
B=29.11%

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
Decimal186218500.890.540.27336.7379.7140.59
HexBA1555059361B1515029
Octal272251250131663352112051
Binary1011101010101101010101011001110110110111010100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1555; }

 p { color: rgb(186,21,85); }

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

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

 a { background-color: rgb(186,21,85); }

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

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

 span { border-color: rgb(186,21,85); }

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