#BA005F

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

Shades of Jazzberry Jam #BA005F

Tints of Jazzberry Jam #BA005F

Color information

#BA005F (or 0xBA005F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 5F. RGB value is (186,0,95). Sum of RGB (Red+Green+Blue) = 186+0+95=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005F is #45FFA0. Grayscale: #424242. Windows color (decimal): -4587425 or 6226106. OLE color: 6226106.

HSL color Cylindrical-coordinate representation of color #BA005F: hue angle of 329.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA005F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB186095-
CMYK010.490.27
HSL329.35º100%36.47%-
HSV(B)329.35º100%72.94%-
XYZ22.3211.2711.82-
YUV66.44144.12213.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=66.19%
G=0%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186095010.490.27329.3510036.47
HexBA05F064311B1496424
Octal27201370144613351114444
Binary101110100101111101100100110001110111010010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA005F; }

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

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

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

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

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

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

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

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