#BA124F

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

Shades of Jazzberry Jam #BA124F

Tints of Jazzberry Jam #BA124F

Color information

#BA124F (or 0xBA124F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 12 and 4F. RGB value is (186,18,79). Sum of RGB (Red+Green+Blue) = 186+18+79=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA124F is #45EDB0. Grayscale: #4B4B4B. Windows color (decimal): -4582833 or 5182138. OLE color: 5182138.

HSL color Cylindrical-coordinate representation of color #BA124F: hue angle of 338.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA124F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1861879-
CMYK00.900.580.27
HSL338.21º82.35%40%-
HSV(B)338.21º90.32%72.94%-
XYZ21.8811.448.45-
YUV75.19130.16207.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=65.72%
G=6.36%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187900.900.580.27338.2182.3540
HexBA124F05A3A1B1525228
Octal272221170132723352212250
Binary1011101010010100111101011010111010110111010100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA124F; }

 p { color: rgb(186,18,79); }

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

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

 a { background-color: rgb(186,18,79); }

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

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

 span { border-color: rgb(186,18,79); }

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