#BA1D5E

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

Shades of Jazzberry Jam #BA1D5E

Tints of Jazzberry Jam #BA1D5E

Color information

#BA1D5E (or 0xBA1D5E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 1D and 5E. RGB value is (186,29,94). Sum of RGB (Red+Green+Blue) = 186+29+94=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5E is #45E2A1. Grayscale: #535353. Windows color (decimal): -4580002 or 6167994. OLE color: 6167994.

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

Color convert

RGB1862994-
CMYK00.840.490.27
HSL335.16º73.02%42.16%-
HSV(B)335.16º84.41%72.94%-
XYZ22.7112.1311.73-
YUV83.35134.01201.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=60.19%
G=9.39%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186299400.840.490.27335.1673.0242.16
HexBA1D5E054311B14f492a
Octal272351360124613351711152
Binary1011101011101101111001010100110001110111010011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D5E; }

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

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

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

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

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

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

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

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