#BA1A5B

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

Shades of Jazzberry Jam #BA1A5B

Tints of Jazzberry Jam #BA1A5B

Color information

#BA1A5B (or 0xBA1A5B) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 1A and 5B. RGB value is (186,26,91). Sum of RGB (Red+Green+Blue) = 186+26+91=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A5B is #45E5A4. Grayscale: #515151. Windows color (decimal): -4580773 or 5970618. OLE color: 5970618.

HSL color Cylindrical-coordinate representation of color #BA1A5B: hue angle of 335.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A5B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1862691-
CMYK00.860.510.27
HSL335.62º75.47%41.57%-
HSV(B)335.62º86.02%72.94%-
XYZ22.5111.9311.01-
YUV81.25133.51202.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=61.39%
G=8.58%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186269100.860.510.27335.6275.4741.57
HexBA1A5B056331B1504b2a
Octal272321330126633352011352
Binary1011101011010101101101010110110011110111010100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A5B; }

 p { color: rgb(186,26,91); }

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

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

 a { background-color: rgb(186,26,91); }

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

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

 span { border-color: rgb(186,26,91); }

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