#BA045E

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

Shades of Jazzberry Jam #BA045E

Tints of Jazzberry Jam #BA045E

Color information

#BA045E (or 0xBA045E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 04 and 5E. RGB value is (186,4,94). Sum of RGB (Red+Green+Blue) = 186+4+94=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA045E is #45FBA1. Grayscale: #444444. Windows color (decimal): -4586402 or 6161594. OLE color: 6161594.

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

Color convert

RGB186494-
CMYK00.980.490.27
HSL330.33º95.79%37.25%-
HSV(B)330.33º97.85%72.94%-
XYZ22.3111.3311.6-
YUV68.68142.3211.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=65.49%
G=1.41%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18649400.980.490.27330.3395.7937.25
HexBA45E062311B14a6025
Octal27241360142613351214045
Binary10111010100101111001100010110001110111010010101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA045E; }

 p { color: rgb(186,4,94); }

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

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

 a { background-color: rgb(186,4,94); }

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

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

 span { border-color: rgb(186,4,94); }

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