#BA004F

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

Shades of Jazzberry Jam #BA004F

Tints of Jazzberry Jam #BA004F

Color information

#BA004F (or 0xBA004F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 4F. RGB value is (186,0,79). Sum of RGB (Red+Green+Blue) = 186+0+79=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA004F is #45FFB0. Grayscale: #404040. Windows color (decimal): -4587441 or 5177530. OLE color: 5177530.

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

Color convert

RGB186079-
CMYK010.580.27
HSL334.52º100%36.47%-
HSV(B)334.52º100%72.94%-
XYZ21.66118.38-
YUV64.62136.12214.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=70.19%
G=0%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186079010.580.27334.5210036.47
HexBA04F0643A1B14f6424
Octal27201170144723351714444
Binary101110100100111101100100111010110111010011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA004F; }

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

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

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

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

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

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

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

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