#ba0065

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

Shades of Jazzberry Jam #BA0065

Tints of Jazzberry Jam #BA0065

Color information

#BA0065 (or 0xBA0065) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 65. RGB value is (186,0,101). Sum of RGB (Red+Green+Blue) = 186+0+101=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0065 is #45FF9A. Grayscale: #424242. Windows color (decimal): -4587419 or 6619322. OLE color: 6619322.

HSL color Cylindrical-coordinate representation of color #BA0065: hue angle of 327.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0065 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB1860101-
CMYK010.460.27
HSL327.42º100%36.47%-
HSV(B)327.42º100%72.94%-
XYZ22.611.3813.32-
YUV67.13147.12212.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=64.81%
G=0%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860101010.460.27327.4210036.47
HexBA0650642E1B1476424
Octal27201450144563350714444
Binary101110100110010101100100101110110111010001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0065; }

 p { color: rgb(186,0,101); }

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

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

 a { background-color: rgb(186,0,101); }

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

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

 span { border-color: rgb(186,0,101); }

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