#BA0C57

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

Shades of Jazzberry Jam #BA0C57

Tints of Jazzberry Jam #BA0C57

Color information

#BA0C57 (or 0xBA0C57) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0C and 57. RGB value is (186,12,87). Sum of RGB (Red+Green+Blue) = 186+12+87=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C57 is #45F3A8. Grayscale: #484848. Windows color (decimal): -4584361 or 5704890. OLE color: 5704890.

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

Color convert

RGB1861287-
CMYK00.940.530.27
HSL334.14º87.88%38.82%-
HSV(B)334.14º93.55%72.94%-
XYZ22.111.3910.05-
YUV72.58136.15208.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=65.26%
G=4.21%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186128700.940.530.27334.1487.8838.82
HexBAC5705E351B14e5827
Octal272141270136653351613047
Binary101110101100101011101011110110101110111010011101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0C57; }

 p { color: rgb(186,12,87); }

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

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

 a { background-color: rgb(186,12,87); }

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

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

 span { border-color: rgb(186,12,87); }

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