#BA1568

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

Shades of Jazzberry Jam #BA1568

Tints of Jazzberry Jam #BA1568

Color information

#BA1568 (or 0xBA1568) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 15 and 68. RGB value is (186,21,104). Sum of RGB (Red+Green+Blue) = 186+21+104=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1568 is #45EA97. Grayscale: #4F4F4F. Windows color (decimal): -4582040 or 6821306. OLE color: 6821306.

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

Color convert

RGB18621104-
CMYK00.890.440.27
HSL329.82º79.71%40.59%-
HSV(B)329.82º88.71%72.94%-
XYZ23.0211.9714.19-
YUV79.8141.66203.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=59.81%
G=6.75%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862110400.890.440.27329.8279.7140.59
HexBA15680592C1B14a5029
Octal272251500131543351212051
Binary1011101010101110100001011001101100110111010010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1568; }

 p { color: rgb(186,21,104); }

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

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

 a { background-color: rgb(186,21,104); }

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

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

 span { border-color: rgb(186,21,104); }

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