#BA016C

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

Shades of Jazzberry Jam #BA016C

Tints of Jazzberry Jam #BA016C

Color information

#BA016C (or 0xBA016C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 6C. RGB value is (186,1,108). Sum of RGB (Red+Green+Blue) = 186+1+108=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016C is #45FE93. Grayscale: #444444. Windows color (decimal): -4587156 or 7078330. OLE color: 7078330.

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

Color convert

RGB1861108-
CMYK00.990.420.27
HSL325.3º98.93%36.67%-
HSV(B)325.3º99.46%72.94%-
XYZ22.9711.5415.2-
YUV68.51150.29211.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=63.05%
G=0.34%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186110800.990.420.27325.398.9336.67
HexBA16C0632A1B1456325
Octal27211540143523350514345
Binary101110101110110001100011101010110111010001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA016C; }

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

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

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

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

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

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

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

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