#BA106C

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

Shades of Jazzberry Jam #BA106C

Tints of Jazzberry Jam #BA106C

Color information

#BA106C (or 0xBA106C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 10 and 6C. RGB value is (186,16,108). Sum of RGB (Red+Green+Blue) = 186+16+108=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA106C is #45EF93. Grayscale: #4D4D4D. Windows color (decimal): -4583316 or 7082170. OLE color: 7082170.

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

Color convert

RGB18616108-
CMYK00.910.420.27
HSL327.53º84.16%39.61%-
HSV(B)327.53º91.4%72.94%-
XYZ23.1411.8915.26-
YUV77.32145.32205.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 5.16%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=60%
G=5.16%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861610800.910.420.27327.5384.1639.61
HexBA106C05B2A1B1485428
Octal272201540133523351012450
Binary1011101010000110110001011011101010110111010010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA106C; }

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

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

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

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

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

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

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

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