#BA0362

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

Shades of Jazzberry Jam #BA0362

Tints of Jazzberry Jam #BA0362

Color information

#BA0362 (or 0xBA0362) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 03 and 62. RGB value is (186,3,98). Sum of RGB (Red+Green+Blue) = 186+3+98=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0362 is #45FC9D. Grayscale: #444444. Windows color (decimal): -4586654 or 6423482. OLE color: 6423482.

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

Color convert

RGB186398-
CMYK00.980.470.27
HSL328.85º96.83%37.06%-
HSV(B)328.85º98.39%72.94%-
XYZ22.4911.3912.57-
YUV68.55144.63211.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=64.81%
G=1.05%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18639800.980.470.27328.8596.8337.06
HexBA3620622F1B1496125
Octal27231420142573351114145
Binary1011101011110001001100010101111110111010010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0362; }

 p { color: rgb(186,3,98); }

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

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

 a { background-color: rgb(186,3,98); }

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

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

 span { border-color: rgb(186,3,98); }

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