#BA064F

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

Shades of Jazzberry Jam #BA064F

Tints of Jazzberry Jam #BA064F

Color information

#BA064F (or 0xBA064F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 06 and 4F. RGB value is (186,6,79). Sum of RGB (Red+Green+Blue) = 186+6+79=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA064F is #45F9B0. Grayscale: #444444. Windows color (decimal): -4585905 or 5179066. OLE color: 5179066.

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

Color convert

RGB186679-
CMYK00.970.580.27
HSL335.67º93.75%37.65%-
HSV(B)335.67º96.77%72.94%-
XYZ21.7311.138.4-
YUV68.14134.13212.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=68.63%
G=2.21%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18667900.970.580.27335.6793.7537.65
HexBA64F0613A1B1505e26
Octal27261170141723352013646
Binary10111010110100111101100001111010110111010100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA064F; }

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

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

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

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

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

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

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

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