#BA014A

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

Shades of Jazzberry Jam #BA014A

Tints of Jazzberry Jam #BA014A

Color information

#BA014A (or 0xBA014A) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 01 and 4A. RGB value is (186,1,74). Sum of RGB (Red+Green+Blue) = 186+1+74=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA014A is #45FEB5. Grayscale: #404040. Windows color (decimal): -4587190 or 4850106. OLE color: 4850106.

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

Color convert

RGB186174-
CMYK00.990.600.27
HSL336.32º98.93%36.67%-
HSV(B)336.32º99.46%72.94%-
XYZ21.510.967.46-
YUV64.64133.29214.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=71.26%
G=0.38%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617400.990.600.27336.3298.9336.67
HexBA14A0633C1B1506325
Octal27211120143743352014345
Binary101110101100101001100011111100110111010100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA014A; }

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

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

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

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

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

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

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

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