#BA0053

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

Shades of Jazzberry Jam #BA0053

Tints of Jazzberry Jam #BA0053

Color information

#BA0053 (or 0xBA0053) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 53. RGB value is (186,0,83). Sum of RGB (Red+Green+Blue) = 186+0+83=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0053 is #45FFAC. Grayscale: #404040. Windows color (decimal): -4587437 or 5439674. OLE color: 5439674.

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

Color convert

RGB186083-
CMYK010.550.27
HSL333.23º100%36.47%-
HSV(B)333.23º100%72.94%-
XYZ21.8111.069.17-
YUV65.08138.12214.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=69.14%
G=0%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186083010.550.27333.2310036.47
HexBA053064371B14d6424
Octal27201230144673351514444
Binary101110100101001101100100110111110111010011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0053; }

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

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

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

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

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

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

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

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