#BA0651

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

Shades of Jazzberry Jam #BA0651

Tints of Jazzberry Jam #BA0651

Color information

#BA0651 (or 0xBA0651) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 06 and 51. RGB value is (186,6,81). Sum of RGB (Red+Green+Blue) = 186+6+81=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0651 is #45F9AE. Grayscale: #444444. Windows color (decimal): -4585903 or 5310138. OLE color: 5310138.

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

Color convert

RGB186681-
CMYK00.970.560.27
HSL335º93.75%37.65%-
HSV(B)335º96.77%72.94%-
XYZ21.811.168.79-
YUV68.37135.13211.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=68.13%
G=2.20%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18668100.970.560.2733593.7537.65
HexBA651061381B14f5e26
Octal27261210141703351713646
Binary10111010110101000101100001111000110111010011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0651; }

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

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

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

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

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

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

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

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