#BA105E

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

Shades of Jazzberry Jam #BA105E

Tints of Jazzberry Jam #BA105E

Color information

#BA105E (or 0xBA105E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 10 and 5E. RGB value is (186,16,94). Sum of RGB (Red+Green+Blue) = 186+16+94=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA105E is #45EFA1. Grayscale: #4B4B4B. Windows color (decimal): -4583330 or 6164666. OLE color: 6164666.

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

Color convert

RGB1861694-
CMYK00.910.490.27
HSL332.47º84.16%39.61%-
HSV(B)332.47º91.4%72.94%-
XYZ22.4611.6211.65-
YUV75.72138.32206.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=62.84%
G=5.41%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186169400.910.490.27332.4784.1639.61
HexBA105E05B311B14c5428
Octal272201360133613351412450
Binary1011101010000101111001011011110001110111010011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA105E; }

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

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

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

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

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

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

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

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