#BA0169

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

Shades of Jazzberry Jam #BA0169

Tints of Jazzberry Jam #BA0169

Color information

#BA0169 (or 0xBA0169) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 69. RGB value is (186,1,105). Sum of RGB (Red+Green+Blue) = 186+1+105=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0169 is #45FE96. Grayscale: #434343. Windows color (decimal): -4587159 or 6881722. OLE color: 6881722.

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

Color convert

RGB1861105-
CMYK00.990.440.27
HSL326.27º98.93%36.67%-
HSV(B)326.27º99.46%72.94%-
XYZ22.8111.4814.38-
YUV68.17148.79212.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=63.70%
G=0.34%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186110500.990.440.27326.2798.9336.67
HexBA1690632C1B1466325
Octal27211510143543350614345
Binary101110101110100101100011101100110111010001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0169; }

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

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

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

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

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

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

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

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