#BA196A

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

Shades of Jazzberry Jam #BA196A

Tints of Jazzberry Jam #BA196A

Color information

#BA196A (or 0xBA196A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 19 and 6A. RGB value is (186,25,106). Sum of RGB (Red+Green+Blue) = 186+25+106=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196A is #45E695. Grayscale: #525252. Windows color (decimal): -4581014 or 6953402. OLE color: 6953402.

HSL color Cylindrical-coordinate representation of color #BA196A: hue angle of 329.81º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA196A is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18625106-
CMYK00.870.430.27
HSL329.81º76.3%41.37%-
HSV(B)329.81º86.56%72.94%-
XYZ23.212.1714.76-
YUV82.37141.34201.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 25 (10.16% from 255) = 7.89%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=58.68%
G=7.89%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862510600.870.430.27329.8176.341.37
HexBA196A0572B1B14a4c29
Octal272311520127533351211451
Binary1011101011001110101001010111101011110111010010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA196A; }

 p { color: rgb(186,25,106); }

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

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

 a { background-color: rgb(186,25,106); }

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

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

 span { border-color: rgb(186,25,106); }

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