#BA016B

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

Shades of Jazzberry Jam #BA016B

Tints of Jazzberry Jam #BA016B

Color information

#BA016B (or 0xBA016B) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 6B. RGB value is (186,1,107). Sum of RGB (Red+Green+Blue) = 186+1+107=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016B is #45FE94. Grayscale: #444444. Windows color (decimal): -4587157 or 7012794. OLE color: 7012794.

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

Color convert

RGB1861107-
CMYK00.990.420.27
HSL325.62º98.93%36.67%-
HSV(B)325.62º99.46%72.94%-
XYZ22.9111.5214.93-
YUV68.4149.79211.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=63.27%
G=0.34%
B=36.39%

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
Decimal186110700.990.420.27325.6298.9336.67
HexBA16B0632A1B1466325
Octal27211530143523350614345
Binary101110101110101101100011101010110111010001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA016B; }

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

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

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

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

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

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

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

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