#BA025F

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

Shades of Jazzberry Jam #BA025F

Tints of Jazzberry Jam #BA025F

Color information

#BA025F (or 0xBA025F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 5F. RGB value is (186,2,95). Sum of RGB (Red+Green+Blue) = 186+2+95=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025F is #45FDA0. Grayscale: #434343. Windows color (decimal): -4586913 or 6226618. OLE color: 6226618.

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

Color convert

RGB186295-
CMYK00.990.490.27
HSL329.67º97.87%36.86%-
HSV(B)329.67º98.92%72.94%-
XYZ22.3411.3111.83-
YUV67.62143.46212.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=65.72%
G=0.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18629500.990.490.27329.6797.8736.86
HexBA25F063311B14a6225
Octal27221370143613351214245
Binary1011101010101111101100011110001110111010010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA025F; }

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

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

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

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

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

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

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

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