#BA0D4E

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

Shades of Jazzberry Jam #BA0D4E

Tints of Jazzberry Jam #BA0D4E

Color information

#BA0D4E (or 0xBA0D4E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0D and 4E. RGB value is (186,13,78). Sum of RGB (Red+Green+Blue) = 186+13+78=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D4E is #45F2B1. Grayscale: #484848. Windows color (decimal): -4584114 or 5115322. OLE color: 5115322.

HSL color Cylindrical-coordinate representation of color #BA0D4E: hue angle of 337.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D4E is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1861378-
CMYK00.930.580.27
HSL337.46º86.93%39.02%-
HSV(B)337.46º93.01%72.94%-
XYZ21.7711.288.24-
YUV72.14131.31209.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 13 (5.47% from 255) = 4.69%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=67.15%
G=4.69%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186137800.930.580.27337.4686.9339.02
HexBAD4E05D3A1B1515727
Octal272151160135723352112747
Binary101110101101100111001011101111010110111010100011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D4E; }

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

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

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

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

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

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

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

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