#BA0247

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

Shades of Jazzberry Jam #BA0247

Tints of Jazzberry Jam #BA0247

Color information

#BA0247 (or 0xBA0247) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 47. RGB value is (186,2,71). Sum of RGB (Red+Green+Blue) = 186+2+71=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0247 is #45FDB8. Grayscale: #404040. Windows color (decimal): -4586937 or 4653754. OLE color: 4653754.

HSL color Cylindrical-coordinate representation of color #BA0247: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0247 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB186271-
CMYK00.990.620.27
HSL337.5º97.87%36.86%-
HSV(B)337.5º98.92%72.94%-
XYZ21.4110.946.94-
YUV64.88131.46214.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 71 (28.12% from 255) = 27.41%
R=71.81%
G=0.77%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18627100.990.620.27337.597.8736.86
HexBA2470633E1B1526225
Octal27221070143763352214245
Binary1011101010100011101100011111110110111010100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0247; }

 p { color: rgb(186,2,71); }

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

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

 a { background-color: rgb(186,2,71); }

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

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

 span { border-color: rgb(186,2,71); }

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