#BA026B

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

Shades of Jazzberry Jam #BA026B

Tints of Jazzberry Jam #BA026B

Color information

#BA026B (or 0xBA026B) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 6B. RGB value is (186,2,107). Sum of RGB (Red+Green+Blue) = 186+2+107=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA026B is #45FD94. Grayscale: #444444. Windows color (decimal): -4586901 or 7013050. OLE color: 7013050.

HSL color Cylindrical-coordinate representation of color #BA026B: hue angle of 325.76º 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 #BA026B is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB1862107-
CMYK00.990.420.27
HSL325.76º97.87%36.86%-
HSV(B)325.76º98.92%72.94%-
XYZ22.9311.5414.93-
YUV68.99149.46211.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=63.05%
G=0.68%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186210700.990.420.27325.7697.8736.86
HexBA26B0632A1B1466225
Octal27221530143523350614245
Binary1011101010110101101100011101010110111010001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA026B; }

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

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

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

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

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

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

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

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