#ba0070

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

Shades of Jazzberry Jam #BA0070

Tints of Jazzberry Jam #BA0070

Color information

#BA0070 (or 0xBA0070) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 70. RGB value is (186,0,112). Sum of RGB (Red+Green+Blue) = 186+0+112=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0070 is #45FF8F. Grayscale: #444444. Windows color (decimal): -4587408 or 7340218. OLE color: 7340218.

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

Color convert

RGB1860112-
CMYK010.400.27
HSL323.87º100%36.47%-
HSV(B)323.87º100%72.94%-
XYZ23.1711.6116.35-
YUV68.38152.62211.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=62.42%
G=0%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860112010.400.27323.8710036.47
HexBA070064281B1446424
Octal27201600144503350414444
Binary101110100111000001100100101000110111010001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0070; }

 p { color: rgb(186,0,112); }

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

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

 a { background-color: rgb(186,0,112); }

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

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

 span { border-color: rgb(186,0,112); }

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