#BA0F5D

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

Shades of Jazzberry Jam #BA0F5D

Tints of Jazzberry Jam #BA0F5D

Color information

#BA0F5D (or 0xBA0F5D) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 5D. RGB value is (186,15,93). Sum of RGB (Red+Green+Blue) = 186+15+93=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F5D is #45F0A2. Grayscale: #4A4A4A. Windows color (decimal): -4583587 or 6098874. OLE color: 6098874.

HSL color Cylindrical-coordinate representation of color #BA0F5D: hue angle of 332.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F5D is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB1861593-
CMYK00.920.50.27
HSL332.63º85.07%39.41%-
HSV(B)332.63º91.94%72.94%-
XYZ22.411.5711.41-
YUV75.02138.15207.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 15 (6.25% from 255) = 5.10%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=63.27%
G=5.10%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186159300.920.50.27332.6385.0739.41
HexBAF5D05C321B14d5527
Octal272171350134623351512547
Binary101110101111101110101011100110010110111010011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F5D; }

 p { color: rgb(186,15,93); }

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

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

 a { background-color: rgb(186,15,93); }

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

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

 span { border-color: rgb(186,15,93); }

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