#BA0552

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

Shades of Jazzberry Jam #BA0552

Tints of Jazzberry Jam #BA0552

Color information

#BA0552 (or 0xBA0552) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 05 and 52. RGB value is (186,5,82). Sum of RGB (Red+Green+Blue) = 186+5+82=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0552 is #45FAAD. Grayscale: #434343. Windows color (decimal): -4586158 or 5375418. OLE color: 5375418.

HSL color Cylindrical-coordinate representation of color #BA0552: hue angle of 334.48º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0552 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB186582-
CMYK00.970.560.27
HSL334.48º94.76%37.45%-
HSV(B)334.48º97.31%72.94%-
XYZ21.8311.168.99-
YUV67.9135.97212.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=68.13%
G=1.83%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18658200.970.560.27334.4894.7637.45
HexBA552061381B14e5f25
Octal27251220141703351613745
Binary10111010101101001001100001111000110111010011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0552; }

 p { color: rgb(186,5,82); }

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

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

 a { background-color: rgb(186,5,82); }

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

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

 span { border-color: rgb(186,5,82); }

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