#BA1C62

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

Shades of Jazzberry Jam #BA1C62

Tints of Jazzberry Jam #BA1C62

Color information

#BA1C62 (or 0xBA1C62) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 1C and 62. RGB value is (186,28,98). Sum of RGB (Red+Green+Blue) = 186+28+98=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C62 is #45E39D. Grayscale: #535353. Windows color (decimal): -4580254 or 6429882. OLE color: 6429882.

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

Color convert

RGB1862898-
CMYK00.850.470.27
HSL333.42º73.83%41.96%-
HSV(B)333.42º84.95%72.94%-
XYZ22.8712.1512.7-
YUV83.22136.35201.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 28 (11.33% from 255) = 8.97%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=59.62%
G=8.97%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186289800.850.470.27333.4273.8341.96
HexBA1C620552F1B14d4a2a
Octal272341420125573351511252
Binary1011101011100110001001010101101111110111010011011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1C62; }

 p { color: rgb(186,28,98); }

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

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

 a { background-color: rgb(186,28,98); }

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

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

 span { border-color: rgb(186,28,98); }

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