#BA0A6D

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

Shades of Jazzberry Jam #BA0A6D

Tints of Jazzberry Jam #BA0A6D

Color information

#BA0A6D (or 0xBA0A6D) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 6D. RGB value is (186,10,109). Sum of RGB (Red+Green+Blue) = 186+10+109=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A6D is #45F592. Grayscale: #494949. Windows color (decimal): -4584851 or 7146170. OLE color: 7146170.

HSL color Cylindrical-coordinate representation of color #BA0A6D: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A6D is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18610109-
CMYK00.950.410.27
HSL326.25º89.8%38.43%-
HSV(B)326.25º94.62%72.94%-
XYZ23.1211.7615.52-
YUV73.91147.81207.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=60.98%
G=3.28%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861010900.950.410.27326.2589.838.43
HexBAA6D05F291B1465a26
Octal272121550137513350613246
Binary101110101010110110101011111101001110111010001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A6D; }

 p { color: rgb(186,10,109); }

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

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

 a { background-color: rgb(186,10,109); }

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

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

 span { border-color: rgb(186,10,109); }

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