#BA056C

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

Shades of Jazzberry Jam #BA056C

Tints of Jazzberry Jam #BA056C

Color information

#BA056C (or 0xBA056C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 05 and 6C. RGB value is (186,5,108). Sum of RGB (Red+Green+Blue) = 186+5+108=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA056C is #45FA93. Grayscale: #464646. Windows color (decimal): -4586132 or 7079354. OLE color: 7079354.

HSL color Cylindrical-coordinate representation of color #BA056C: hue angle of 325.86º 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 #BA056C is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB1865108-
CMYK00.970.420.27
HSL325.86º94.76%37.45%-
HSV(B)325.86º97.31%72.94%-
XYZ23.0111.6315.22-
YUV70.86148.97210.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=62.21%
G=1.67%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186510800.970.420.27325.8694.7637.45
HexBA56C0612A1B1465f25
Octal27251540141523350613745
Binary10111010101110110001100001101010110111010001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA056C; }

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

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

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

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

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

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

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

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