#BA0254

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

Shades of Jazzberry Jam #BA0254

Tints of Jazzberry Jam #BA0254

Color information

#BA0254 (or 0xBA0254) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 54. RGB value is (186,2,84). Sum of RGB (Red+Green+Blue) = 186+2+84=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0254 is #45FDAB. Grayscale: #424242. Windows color (decimal): -4586924 or 5505722. OLE color: 5505722.

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

Color convert

RGB186284-
CMYK00.990.550.27
HSL333.26º97.87%36.86%-
HSV(B)333.26º98.92%72.94%-
XYZ21.8711.129.38-
YUV66.36137.96213.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=68.38%
G=0.74%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18628400.990.550.27333.2697.8736.86
HexBA254063371B14d6225
Octal27221240143673351514245
Binary1011101010101010001100011110111110111010011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0254; }

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

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

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

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

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

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

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

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