#BA105D

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

Shades of Jazzberry Jam #BA105D

Tints of Jazzberry Jam #BA105D

Color information

#BA105D (or 0xBA105D) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 10 and 5D. RGB value is (186,16,93). Sum of RGB (Red+Green+Blue) = 186+16+93=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA105D is #45EFA2. Grayscale: #4B4B4B. Windows color (decimal): -4583331 or 6099130. OLE color: 6099130.

HSL color Cylindrical-coordinate representation of color #BA105D: hue angle of 332.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA105D is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB1861693-
CMYK00.910.50.27
HSL332.82º84.16%39.61%-
HSV(B)332.82º91.4%72.94%-
XYZ22.4111.611.41-
YUV75.61137.82206.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=63.05%
G=5.42%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186169300.910.50.27332.8284.1639.61
HexBA105D05B321B14d5428
Octal272201350133623351512450
Binary1011101010000101110101011011110010110111010011011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA105D; }

 p { color: rgb(186,16,93); }

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

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

 a { background-color: rgb(186,16,93); }

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

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

 span { border-color: rgb(186,16,93); }

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