#BA0A51

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

Shades of Jazzberry Jam #BA0A51

Tints of Jazzberry Jam #BA0A51

Color information

#BA0A51 (or 0xBA0A51) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 51. RGB value is (186,10,81). Sum of RGB (Red+Green+Blue) = 186+10+81=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A51 is #45F5AE. Grayscale: #464646. Windows color (decimal): -4584879 or 5311162. OLE color: 5311162.

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

Color convert

RGB1861081-
CMYK00.950.560.27
HSL335.8º89.8%38.43%-
HSV(B)335.8º94.62%72.94%-
XYZ21.8411.258.8-
YUV70.72133.81210.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=67.15%
G=3.61%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186108100.950.560.27335.889.838.43
HexBAA5105F381B1505a26
Octal272121210137703352013246
Binary101110101010101000101011111111000110111010100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A51; }

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

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

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

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

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

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

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

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