#BA0A57

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

Shades of Jazzberry Jam #BA0A57

Tints of Jazzberry Jam #BA0A57

Color information

#BA0A57 (or 0xBA0A57) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 57. RGB value is (186,10,87). Sum of RGB (Red+Green+Blue) = 186+10+87=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A57 is #45F5A8. Grayscale: #474747. Windows color (decimal): -4584873 or 5704378. OLE color: 5704378.

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

Color convert

RGB1861087-
CMYK00.950.530.27
HSL333.75º89.8%38.43%-
HSV(B)333.75º94.62%72.94%-
XYZ22.0811.3410.04-
YUV71.4136.81209.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=65.72%
G=3.53%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186108700.950.530.27333.7589.838.43
HexBAA5705F351B14e5a26
Octal272121270137653351613246
Binary101110101010101011101011111110101110111010011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A57; }

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

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

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

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

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

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

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

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