#BA0D50

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

Shades of Jazzberry Jam #BA0D50

Tints of Jazzberry Jam #BA0D50

Color information

#BA0D50 (or 0xBA0D50) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0D and 50. RGB value is (186,13,80). Sum of RGB (Red+Green+Blue) = 186+13+80=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D50 is #45F2AF. Grayscale: #484848. Windows color (decimal): -4584112 or 5246394. OLE color: 5246394.

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

Color convert

RGB1861380-
CMYK00.930.570.27
HSL336.76º86.93%39.02%-
HSV(B)336.76º93.01%72.94%-
XYZ21.8411.318.62-
YUV72.36132.31209.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=66.67%
G=4.66%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186138000.930.570.27336.7686.9339.02
HexBAD5005D391B1515727
Octal272151200135713352112747
Binary101110101101101000001011101111001110111010100011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D50; }

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

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

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

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

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

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

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

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