#BA0F4E

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

Shades of Jazzberry Jam #BA0F4E

Tints of Jazzberry Jam #BA0F4E

Color information

#BA0F4E (or 0xBA0F4E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0F and 4E. RGB value is (186,15,78). Sum of RGB (Red+Green+Blue) = 186+15+78=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F4E is #45F0B1. Grayscale: #494949. Windows color (decimal): -4583602 or 5115834. OLE color: 5115834.

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

Color convert

RGB1861578-
CMYK00.920.580.27
HSL337.89º85.07%39.41%-
HSV(B)337.89º91.94%72.94%-
XYZ21.811.338.25-
YUV73.31130.65208.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=66.67%
G=5.38%
B=27.96%

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
Decimal186157800.920.580.27337.8985.0739.41
HexBAF4E05C3A1B1525527
Octal272171160134723352212547
Binary101110101111100111001011100111010110111010100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F4E; }

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

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

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

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

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

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

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

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