#BA056D

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

Shades of Jazzberry Jam #BA056D

Tints of Jazzberry Jam #BA056D

Color information

#BA056D (or 0xBA056D) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 05 and 6D. RGB value is (186,5,109). Sum of RGB (Red+Green+Blue) = 186+5+109=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA056D is #45FA92. Grayscale: #464646. Windows color (decimal): -4586131 or 7144890. OLE color: 7144890.

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

Color convert

RGB1865109-
CMYK00.970.410.27
HSL325.52º94.76%37.45%-
HSV(B)325.52º97.31%72.94%-
XYZ23.0611.6515.5-
YUV70.97149.47210.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=62%
G=1.67%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186510900.970.410.27325.5294.7637.45
HexBA56D061291B1465f25
Octal27251550141513350613745
Binary10111010101110110101100001101001110111010001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA056D; }

 p { color: rgb(186,5,109); }

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

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

 a { background-color: rgb(186,5,109); }

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

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

 span { border-color: rgb(186,5,109); }

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