#ba2163

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

Shades of Jazzberry Jam #BA2163

Tints of Jazzberry Jam #BA2163

Color information

#BA2163 (or 0xBA2163) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 21 and 63. RGB value is (186,33,99). Sum of RGB (Red+Green+Blue) = 186+33+99=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2163 is #45DE9C. Grayscale: #565656. Windows color (decimal): -4578973 or 6496698. OLE color: 6496698.

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

Color convert

RGB1863399-
CMYK00.820.470.27
HSL334.12º69.86%42.94%-
HSV(B)334.12º82.26%72.94%-
XYZ23.0512.4312.99-
YUV86.27135.19199.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 33 (13.28% from 255) = 10.38%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=58.49%
G=10.38%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186339900.820.470.27334.1269.8642.94
HexBA21630522F1B14e462b
Octal272411430122573351610653
Binary10111010100001110001101010010101111110111010011101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2163; }

 p { color: rgb(186,33,99); }

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

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

 a { background-color: rgb(186,33,99); }

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

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

 span { border-color: rgb(186,33,99); }

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