#BA1257

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

Shades of Jazzberry Jam #BA1257

Tints of Jazzberry Jam #BA1257

Color information

#BA1257 (or 0xBA1257) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 12 and 57. RGB value is (186,18,87). Sum of RGB (Red+Green+Blue) = 186+18+87=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1257 is #45EDA8. Grayscale: #4B4B4B. Windows color (decimal): -4582825 or 5706426. OLE color: 5706426.

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

Color convert

RGB1861887-
CMYK00.900.530.27
HSL335.36º82.35%40%-
HSV(B)335.36º90.32%72.94%-
XYZ22.1911.5610.08-
YUV76.1134.16206.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=63.92%
G=6.19%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186188700.900.530.27335.3682.3540
HexBA125705A351B14f5228
Octal272221270132653351712250
Binary1011101010010101011101011010110101110111010011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1257; }

 p { color: rgb(186,18,87); }

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

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

 a { background-color: rgb(186,18,87); }

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

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

 span { border-color: rgb(186,18,87); }

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