#BA146C

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

Shades of Jazzberry Jam #BA146C

Tints of Jazzberry Jam #BA146C

Color information

#BA146C (or 0xBA146C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 14 and 6C. RGB value is (186,20,108). Sum of RGB (Red+Green+Blue) = 186+20+108=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146C is #45EB93. Grayscale: #4F4F4F. Windows color (decimal): -4582292 or 7083194. OLE color: 7083194.

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

Color convert

RGB18620108-
CMYK00.890.420.27
HSL328.19º80.58%40.39%-
HSV(B)328.19º89.25%72.94%-
XYZ23.2112.0215.28-
YUV79.67144203.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 20 (8.20% from 255) = 6.37%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=59.24%
G=6.37%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862010800.890.420.27328.1980.5840.39
HexBA146C0592A1B1485128
Octal272241540131523351012150
Binary1011101010100110110001011001101010110111010010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA146C; }

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

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

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

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

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

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

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

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