#BA004E

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

Shades of Jazzberry Jam #BA004E

Tints of Jazzberry Jam #BA004E

Color information

#BA004E (or 0xBA004E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 00 and 4E. RGB value is (186,0,78). Sum of RGB (Red+Green+Blue) = 186+0+78=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA004E is #45FFB1. Grayscale: #404040. Windows color (decimal): -4587442 or 5111994. OLE color: 5111994.

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

Color convert

RGB186078-
CMYK010.580.27
HSL334.84º100%36.47%-
HSV(B)334.84º100%72.94%-
XYZ21.6210.998.19-
YUV64.51135.62214.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=70.45%
G=0%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186078010.580.27334.8410036.47
HexBA04E0643A1B14f6424
Octal27201160144723351714444
Binary101110100100111001100100111010110111010011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA004E; }

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

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

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

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

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

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

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

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