#BA0F6C

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

Shades of Jazzberry Jam #BA0F6C

Tints of Jazzberry Jam #BA0F6C

Color information

#BA0F6C (or 0xBA0F6C) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 6C. RGB value is (186,15,108). Sum of RGB (Red+Green+Blue) = 186+15+108=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F6C is #45F093. Grayscale: #4C4C4C. Windows color (decimal): -4583572 or 7081914. OLE color: 7081914.

HSL color Cylindrical-coordinate representation of color #BA0F6C: hue angle of 327.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F6C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18615108-
CMYK00.920.420.27
HSL327.37º85.07%39.41%-
HSV(B)327.37º91.94%72.94%-
XYZ23.1311.8615.26-
YUV76.73145.65205.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=60.19%
G=4.85%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861510800.920.420.27327.3785.0739.41
HexBAF6C05C2A1B1475527
Octal272171540134523350712547
Binary101110101111110110001011100101010110111010001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F6C; }

 p { color: rgb(186,15,108); }

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

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

 a { background-color: rgb(186,15,108); }

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

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

 span { border-color: rgb(186,15,108); }

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