#ba0f56

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

Shades of Jazzberry Jam #BA0F56

Tints of Jazzberry Jam #BA0F56

Color information

#BA0F56 (or 0xBA0F56) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 56. RGB value is (186,15,86). Sum of RGB (Red+Green+Blue) = 186+15+86=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F56 is #45F0A9. Grayscale: #4A4A4A. Windows color (decimal): -4583594 or 5640122. OLE color: 5640122.

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

Color convert

RGB1861586-
CMYK00.920.540.27
HSL335.09º85.07%39.41%-
HSV(B)335.09º91.94%72.94%-
XYZ22.111.459.85-
YUV74.22134.65207.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 15 (6.25% from 255) = 5.23%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=64.81%
G=5.23%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186158600.920.540.27335.0985.0739.41
HexBAF5605C361B14f5527
Octal272171260134663351712547
Binary101110101111101011001011100110110110111010011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0f56; }

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

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

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

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

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

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

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

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