#BA0252

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

Shades of Jazzberry Jam #BA0252

Tints of Jazzberry Jam #BA0252

Color information

#BA0252 (or 0xBA0252) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 02 and 52. RGB value is (186,2,82). Sum of RGB (Red+Green+Blue) = 186+2+82=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0252 is #45FDAD. Grayscale: #424242. Windows color (decimal): -4586926 or 5374650. OLE color: 5374650.

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

Color convert

RGB186282-
CMYK00.990.560.27
HSL333.91º97.87%36.86%-
HSV(B)333.91º98.92%72.94%-
XYZ21.7911.098.97-
YUV66.14136.96213.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=68.89%
G=0.74%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18628200.990.560.27333.9197.8736.86
HexBA252063381B14e6225
Octal27221220143703351614245
Binary1011101010101001001100011111000110111010011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0252; }

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

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

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

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

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

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

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

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