#BA0149

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

Shades of Jazzberry Jam #BA0149

Tints of Jazzberry Jam #BA0149

Color information

#BA0149 (or 0xBA0149) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 49. RGB value is (186,1,73). Sum of RGB (Red+Green+Blue) = 186+1+73=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0149 is #45FEB6. Grayscale: #404040. Windows color (decimal): -4587191 or 4784570. OLE color: 4784570.

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

Color convert

RGB186173-
CMYK00.990.610.27
HSL336.65º98.93%36.67%-
HSV(B)336.65º99.46%72.94%-
XYZ21.4610.947.28-
YUV64.52132.79214.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.54%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=71.54%
G=0.38%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617300.990.610.27336.6598.9336.67
HexBA1490633D1B1516325
Octal27211110143753352114345
Binary101110101100100101100011111101110111010100011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0149; }

 p { color: rgb(186,1,73); }

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

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

 a { background-color: rgb(186,1,73); }

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

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

 span { border-color: rgb(186,1,73); }

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