#BA1A5C

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

Shades of Jazzberry Jam #BA1A5C

Tints of Jazzberry Jam #BA1A5C

Color information

#BA1A5C (or 0xBA1A5C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 1A and 5C. RGB value is (186,26,92). Sum of RGB (Red+Green+Blue) = 186+26+92=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A5C is #45E5A3. Grayscale: #515151. Windows color (decimal): -4580772 or 6036154. OLE color: 6036154.

HSL color Cylindrical-coordinate representation of color #BA1A5C: hue angle of 335.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A5C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1862692-
CMYK00.860.510.27
HSL335.25º75.47%41.57%-
HSV(B)335.25º86.02%72.94%-
XYZ22.5511.9511.24-
YUV81.36134.01202.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=61.18%
G=8.55%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186269200.860.510.27335.2575.4741.57
HexBA1A5C056331B14f4b2a
Octal272321340126633351711352
Binary1011101011010101110001010110110011110111010011111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A5C; }

 p { color: rgb(186,26,92); }

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

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

 a { background-color: rgb(186,26,92); }

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

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

 span { border-color: rgb(186,26,92); }

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