#BA0A4F

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

Shades of Jazzberry Jam #BA0A4F

Tints of Jazzberry Jam #BA0A4F

Color information

#BA0A4F (or 0xBA0A4F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0A and 4F. RGB value is (186,10,79). Sum of RGB (Red+Green+Blue) = 186+10+79=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A4F is #45F5B0. Grayscale: #464646. Windows color (decimal): -4584881 or 5180090. OLE color: 5180090.

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

Color convert

RGB1861079-
CMYK00.950.580.27
HSL336.48º89.8%38.43%-
HSV(B)336.48º94.62%72.94%-
XYZ21.7711.228.42-
YUV70.49132.81210.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.64%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=67.64%
G=3.64%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186107900.950.580.27336.4889.838.43
HexBAA4F05F3A1B1505a26
Octal272121170137723352013246
Binary101110101010100111101011111111010110111010100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A4F; }

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

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

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

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

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

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

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

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