#BA206B

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

Shades of Jazzberry Jam #BA206B

Tints of Jazzberry Jam #BA206B

Color information

#BA206B (or 0xBA206B) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 20 and 6B. RGB value is (186,32,107). Sum of RGB (Red+Green+Blue) = 186+32+107=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206B is #45DF94. Grayscale: #565656. Windows color (decimal): -4579221 or 7020730. OLE color: 7020730.

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

Color convert

RGB18632107-
CMYK00.830.420.27
HSL330.78º70.64%42.75%-
HSV(B)330.78º82.8%72.94%-
XYZ23.4212.5315.09-
YUV86.6139.52198.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=57.23%
G=9.85%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863210700.830.420.27330.7870.6442.75
HexBA206B0532A1B14b472b
Octal272401530123523351310753
Binary10111010100000110101101010011101010110111010010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA206B; }

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

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

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

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

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

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

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

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