#BA025D

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

Shades of Jazzberry Jam #BA025D

Tints of Jazzberry Jam #BA025D

Color information

#BA025D (or 0xBA025D) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 5D. RGB value is (186,2,93). Sum of RGB (Red+Green+Blue) = 186+2+93=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025D is #45FDA2. Grayscale: #434343. Windows color (decimal): -4586915 or 6095546. OLE color: 6095546.

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

Color convert

RGB186293-
CMYK00.990.50.27
HSL330.33º97.87%36.86%-
HSV(B)330.33º98.92%72.94%-
XYZ22.2511.2711.36-
YUV67.39142.46212.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=66.19%
G=0.71%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18629300.990.50.27330.3397.8736.86
HexBA25D063321B14a6225
Octal27221350143623351214245
Binary1011101010101110101100011110010110111010010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA025D; }

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

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

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

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

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

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

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

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