#BA206A

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

Shades of Jazzberry Jam #BA206A

Tints of Jazzberry Jam #BA206A

Color information

#BA206A (or 0xBA206A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 20 and 6A. RGB value is (186,32,106). Sum of RGB (Red+Green+Blue) = 186+32+106=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206A is #45DF95. Grayscale: #565656. Windows color (decimal): -4579222 or 6955194. OLE color: 6955194.

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

Color convert

RGB18632106-
CMYK00.830.430.27
HSL331.17º70.64%42.75%-
HSV(B)331.17º82.8%72.94%-
XYZ23.3712.5114.82-
YUV86.48139.02198.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 32 (12.89% from 255) = 9.88%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=57.41%
G=9.88%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863210600.830.430.27331.1770.6442.75
HexBA206A0532B1B14b472b
Octal272401520123533351310753
Binary10111010100000110101001010011101011110111010010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA206A; }

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

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

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

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

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

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

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

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