#BA0F4F

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

Shades of Jazzberry Jam #BA0F4F

Tints of Jazzberry Jam #BA0F4F

Color information

#BA0F4F (or 0xBA0F4F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 4F. RGB value is (186,15,79). Sum of RGB (Red+Green+Blue) = 186+15+79=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F4F is #45F0B0. Grayscale: #494949. Windows color (decimal): -4583601 or 5181370. OLE color: 5181370.

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

Color convert

RGB1861579-
CMYK00.920.580.27
HSL337.54º85.07%39.41%-
HSV(B)337.54º91.94%72.94%-
XYZ21.8311.358.44-
YUV73.42131.15208.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 15 (6.25% from 255) = 5.36%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=66.43%
G=5.36%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186157900.920.580.27337.5485.0739.41
HexBAF4F05C3A1B1525527
Octal272171170134723352212547
Binary101110101111100111101011100111010110111010100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F4F; }

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

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

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

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

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

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

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

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