#BA0A69

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

Shades of Jazzberry Jam #BA0A69

Tints of Jazzberry Jam #BA0A69

Color information

#BA0A69 (or 0xBA0A69) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 69. RGB value is (186,10,105). Sum of RGB (Red+Green+Blue) = 186+10+105=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A69 is #45F596. Grayscale: #494949. Windows color (decimal): -4584855 or 6884026. OLE color: 6884026.

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

Color convert

RGB18610105-
CMYK00.950.440.27
HSL327.61º89.8%38.43%-
HSV(B)327.61º94.62%72.94%-
XYZ22.9111.6814.41-
YUV73.45145.81208.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=61.79%
G=3.32%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861010500.950.440.27327.6189.838.43
HexBAA6905F2C1B1485a26
Octal272121510137543351013246
Binary101110101010110100101011111101100110111010010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A69; }

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

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

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

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

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

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

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

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