#BA066F

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

Shades of Jazzberry Jam #BA066F

Tints of Jazzberry Jam #BA066F

Color information

#BA066F (or 0xBA066F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 06 and 6F. RGB value is (186,6,111). Sum of RGB (Red+Green+Blue) = 186+6+111=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA066F is #45F990. Grayscale: #474747. Windows color (decimal): -4585873 or 7276218. OLE color: 7276218.

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

Color convert

RGB1866111-
CMYK00.970.400.27
HSL325º93.75%37.65%-
HSV(B)325º96.77%72.94%-
XYZ23.1811.7216.08-
YUV71.79150.13209.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=61.39%
G=1.98%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186611100.970.400.2732593.7537.65
HexBA66F061281B1455e26
Octal27261570141503350513646
Binary10111010110110111101100001101000110111010001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA066F; }

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

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

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

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

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

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

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

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