#BA1D5F

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

Shades of Jazzberry Jam #BA1D5F

Tints of Jazzberry Jam #BA1D5F

Color information

#BA1D5F (or 0xBA1D5F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 1D and 5F. RGB value is (186,29,95). Sum of RGB (Red+Green+Blue) = 186+29+95=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5F is #45E2A0. Grayscale: #535353. Windows color (decimal): -4580001 or 6233530. OLE color: 6233530.

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

Color convert

RGB1862995-
CMYK00.840.490.27
HSL334.78º73.02%42.16%-
HSV(B)334.78º84.41%72.94%-
XYZ22.7512.1411.97-
YUV83.47134.51201.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 9.35%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=60%
G=9.35%
B=30.65%

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
Decimal186299500.840.490.27334.7873.0242.16
HexBA1D5F054311B14f492a
Octal272351370124613351711152
Binary1011101011101101111101010100110001110111010011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D5F; }

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

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

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

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

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

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

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

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