#BA1053

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

Shades of Jazzberry Jam #BA1053

Tints of Jazzberry Jam #BA1053

Color information

#BA1053 (or 0xBA1053) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 10 and 53. RGB value is (186,16,83). Sum of RGB (Red+Green+Blue) = 186+16+83=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1053 is #45EFAC. Grayscale: #4A4A4A. Windows color (decimal): -4583341 or 5443770. OLE color: 5443770.

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

Color convert

RGB1861683-
CMYK00.910.550.27
HSL336.35º84.16%39.61%-
HSV(B)336.35º91.4%72.94%-
XYZ2211.439.23-
YUV74.47132.82207.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=65.26%
G=5.61%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186168300.910.550.27336.3584.1639.61
HexBA105305B371B1505428
Octal272201230133673352012450
Binary1011101010000101001101011011110111110111010100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1053; }

 p { color: rgb(186,16,83); }

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

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

 a { background-color: rgb(186,16,83); }

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

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

 span { border-color: rgb(186,16,83); }

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