#BA026A

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

Shades of Jazzberry Jam #BA026A

Tints of Jazzberry Jam #BA026A

Color information

#BA026A (or 0xBA026A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 6A. RGB value is (186,2,106). Sum of RGB (Red+Green+Blue) = 186+2+106=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA026A is #45FD95. Grayscale: #444444. Windows color (decimal): -4586902 or 6947514. OLE color: 6947514.

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

Color convert

RGB1862106-
CMYK00.990.430.27
HSL326.09º97.87%36.86%-
HSV(B)326.09º98.92%72.94%-
XYZ22.8711.5214.65-
YUV68.87148.96211.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=63.27%
G=0.68%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186210600.990.430.27326.0997.8736.86
HexBA26A0632B1B1466225
Octal27221520143533350614245
Binary1011101010110101001100011101011110111010001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA026A; }

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

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

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

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

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

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

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

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