#BA0049

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

Shades of Jazzberry Jam #BA0049

Tints of Jazzberry Jam #BA0049

Color information

#BA0049 (or 0xBA0049) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 49. RGB value is (186,0,73). Sum of RGB (Red+Green+Blue) = 186+0+73=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0049 is #45FFB6. Grayscale: #3F3F3F. Windows color (decimal): -4587447 or 4784314. OLE color: 4784314.

HSL color Cylindrical-coordinate representation of color #BA0049: hue angle of 336.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0049 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB186073-
CMYK010.610.27
HSL336.45º100%36.47%-
HSV(B)336.45º100%72.94%-
XYZ21.4510.927.28-
YUV63.94133.12215.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=71.81%
G=0%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186073010.610.27336.4510036.47
HexBA0490643D1B1506424
Octal27201110144753352014444
Binary101110100100100101100100111101110111010100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0049; }

 p { color: rgb(186,0,73); }

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

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

 a { background-color: rgb(186,0,73); }

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

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

 span { border-color: rgb(186,0,73); }

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