#BA1868

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

Shades of Jazzberry Jam #BA1868

Tints of Jazzberry Jam #BA1868

Color information

#BA1868 (or 0xBA1868) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 18 and 68. RGB value is (186,24,104). Sum of RGB (Red+Green+Blue) = 186+24+104=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1868 is #45E797. Grayscale: #515151. Windows color (decimal): -4581272 or 6822074. OLE color: 6822074.

HSL color Cylindrical-coordinate representation of color #BA1868: hue angle of 330.37º degrees, saturation: 0.77, 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 #BA1868 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18624104-
CMYK00.870.440.27
HSL330.37º77.14%41.18%-
HSV(B)330.37º87.1%72.94%-
XYZ23.0812.0914.21-
YUV81.56140.67202.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 24 (9.77% from 255) = 7.64%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=59.24%
G=7.64%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862410400.870.440.27330.3777.1441.18
HexBA18680572C1B14a4d29
Octal272301500127543351211551
Binary1011101011000110100001010111101100110111010010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1868; }

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

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

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

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

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

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

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

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