#BA0670

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

Shades of Jazzberry Jam #BA0670

Tints of Jazzberry Jam #BA0670

Color information

#BA0670 (or 0xBA0670) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 06 and 70. RGB value is (186,6,112). Sum of RGB (Red+Green+Blue) = 186+6+112=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0670 is #45F98F. Grayscale: #474747. Windows color (decimal): -4585872 or 7341754. OLE color: 7341754.

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

Color convert

RGB1866112-
CMYK00.970.400.27
HSL324.67º93.75%37.65%-
HSV(B)324.67º96.77%72.94%-
XYZ23.2411.7416.37-
YUV71.9150.63209.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=61.18%
G=1.97%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186611200.970.400.27324.6793.7537.65
HexBA670061281B1455e26
Octal27261600141503350513646
Binary10111010110111000001100001101000110111010001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0670; }

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

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

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

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

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

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

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

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