#BA0762

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

Shades of Jazzberry Jam #BA0762

Tints of Jazzberry Jam #BA0762

Color information

#BA0762 (or 0xBA0762) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 07 and 62. RGB value is (186,7,98). Sum of RGB (Red+Green+Blue) = 186+7+98=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0762 is #45F89D. Grayscale: #464646. Windows color (decimal): -4585630 or 6424506. OLE color: 6424506.

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

Color convert

RGB186798-
CMYK00.960.470.27
HSL329.5º92.75%37.84%-
HSV(B)329.5º96.24%72.94%-
XYZ22.5311.4712.58-
YUV70.9143.3210.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=63.92%
G=2.41%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18679800.960.470.27329.592.7537.84
HexBA7620602F1B1495d26
Octal27271420140573351113546
Binary10111010111110001001100000101111110111010010011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0762; }

 p { color: rgb(186,7,98); }

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

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

 a { background-color: rgb(186,7,98); }

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

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

 span { border-color: rgb(186,7,98); }

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