#BA166A

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

Shades of Jazzberry Jam #BA166A

Tints of Jazzberry Jam #BA166A

Color information

#BA166A (or 0xBA166A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 16 and 6A. RGB value is (186,22,106). Sum of RGB (Red+Green+Blue) = 186+22+106=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA166A is #45E995. Grayscale: #505050. Windows color (decimal): -4581782 or 6952634. OLE color: 6952634.

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

Color convert

RGB18622106-
CMYK00.880.430.27
HSL329.27º78.85%40.78%-
HSV(B)329.27º88.17%72.94%-
XYZ23.1412.0514.74-
YUV80.61142.33203.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=59.24%
G=7.01%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862210600.880.430.27329.2778.8540.78
HexBA166A0582B1B1494f29
Octal272261520130533351111751
Binary1011101010110110101001011000101011110111010010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA166A; }

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

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

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

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

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

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

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

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