#BA0A58

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

Shades of Jazzberry Jam #BA0A58

Tints of Jazzberry Jam #BA0A58

Color information

#BA0A58 (or 0xBA0A58) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 58. RGB value is (186,10,88). Sum of RGB (Red+Green+Blue) = 186+10+88=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A58 is #45F5A7. Grayscale: #474747. Windows color (decimal): -4584872 or 5769914. OLE color: 5769914.

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

Color convert

RGB1861088-
CMYK00.950.530.27
HSL333.41º89.8%38.43%-
HSV(B)333.41º94.62%72.94%-
XYZ22.1211.3610.26-
YUV71.52137.31209.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=65.49%
G=3.52%
B=30.99%

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
Decimal186108800.950.530.27333.4189.838.43
HexBAA5805F351B14d5a26
Octal272121300137653351513246
Binary101110101010101100001011111110101110111010011011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A58; }

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

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

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

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

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

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

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

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