#BA006C

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

Shades of Jazzberry Jam #BA006C

Tints of Jazzberry Jam #BA006C

Color information

#BA006C (or 0xBA006C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 6C. RGB value is (186,0,108). Sum of RGB (Red+Green+Blue) = 186+0+108=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006C is #45FF93. Grayscale: #434343. Windows color (decimal): -4587412 or 7078074. OLE color: 7078074.

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

Color convert

RGB1860108-
CMYK010.420.27
HSL325.16º100%36.47%-
HSV(B)325.16º100%72.94%-
XYZ22.9611.5215.2-
YUV67.93150.62212.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=63.27%
G=0%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860108010.420.27325.1610036.47
HexBA06C0642A1B1456424
Octal27201540144523350514444
Binary101110100110110001100100101010110111010001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA006C; }

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

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

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

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

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

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

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

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