#BA084E

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

Shades of Jazzberry Jam #BA084E

Tints of Jazzberry Jam #BA084E

Color information

#BA084E (or 0xBA084E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 08 and 4E. RGB value is (186,8,78). Sum of RGB (Red+Green+Blue) = 186+8+78=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA084E is #45F7B1. Grayscale: #454545. Windows color (decimal): -4585394 or 5114042. OLE color: 5114042.

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

Color convert

RGB186878-
CMYK00.960.580.27
HSL336.4º91.75%38.04%-
HSV(B)336.4º95.7%72.94%-
XYZ21.7111.168.22-
YUV69.2132.97211.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=68.38%
G=2.94%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18687800.960.580.27336.491.7538.04
HexBA84E0603A1B1505c26
Octal272101160140723352013446
Binary101110101000100111001100000111010110111010100001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA084E; }

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

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

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

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

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

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

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

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