#BA0966

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

Shades of Jazzberry Jam #BA0966

Tints of Jazzberry Jam #BA0966

Color information

#BA0966 (or 0xBA0966) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 09 and 66. RGB value is (186,9,102). Sum of RGB (Red+Green+Blue) = 186+9+102=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0966 is #45F699. Grayscale: #484848. Windows color (decimal): -4585114 or 6687162. OLE color: 6687162.

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

Color convert

RGB1869102-
CMYK00.950.450.27
HSL328.47º90.77%38.24%-
HSV(B)328.47º95.16%72.94%-
XYZ22.7511.5913.61-
YUV72.53144.64208.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=62.63%
G=3.03%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186910200.950.450.27328.4790.7738.24
HexBA96605F2D1B1485b26
Octal272111460137553351013346
Binary101110101001110011001011111101101110111010010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0966; }

 p { color: rgb(186,9,102); }

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

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

 a { background-color: rgb(186,9,102); }

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

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

 span { border-color: rgb(186,9,102); }

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