#BA075E

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

Shades of Jazzberry Jam #BA075E

Tints of Jazzberry Jam #BA075E

Color information

#BA075E (or 0xBA075E) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 07 and 5E. RGB value is (186,7,94). Sum of RGB (Red+Green+Blue) = 186+7+94=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA075E is #45F8A1. Grayscale: #464646. Windows color (decimal): -4585634 or 6162362. OLE color: 6162362.

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

Color convert

RGB186794-
CMYK00.960.490.27
HSL330.84º92.75%37.84%-
HSV(B)330.84º96.24%72.94%-
XYZ22.3511.411.61-
YUV70.44141.3210.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=64.81%
G=2.44%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18679400.960.490.27330.8492.7537.84
HexBA75E060311B14b5d26
Octal27271360140613351313546
Binary10111010111101111001100000110001110111010010111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA075E; }

 p { color: rgb(186,7,94); }

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

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

 a { background-color: rgb(186,7,94); }

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

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

 span { border-color: rgb(186,7,94); }

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