#ba0f64

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

Shades of Jazzberry Jam #BA0F64

Tints of Jazzberry Jam #BA0F64

Color information

#BA0F64 (or 0xBA0F64) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 64. RGB value is (186,15,100). Sum of RGB (Red+Green+Blue) = 186+15+100=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F64 is #45F09B. Grayscale: #4B4B4B. Windows color (decimal): -4583580 or 6557626. OLE color: 6557626.

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

Color convert

RGB18615100-
CMYK00.920.460.27
HSL330.18º85.07%39.41%-
HSV(B)330.18º91.94%72.94%-
XYZ22.7211.713.12-
YUV75.82141.65206.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 15 (6.25% from 255) = 4.98%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=61.79%
G=4.98%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861510000.920.460.27330.1885.0739.41
HexBAF6405C2E1B14a5527
Octal272171440134563351212547
Binary101110101111110010001011100101110110111010010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0f64; }

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

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

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

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

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

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

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

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