#BA1567

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

Shades of Jazzberry Jam #BA1567

Tints of Jazzberry Jam #BA1567

Color information

#BA1567 (or 0xBA1567) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 15 and 67. RGB value is (186,21,103). Sum of RGB (Red+Green+Blue) = 186+21+103=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1567 is #45EA98. Grayscale: #4F4F4F. Windows color (decimal): -4582041 or 6755770. OLE color: 6755770.

HSL color Cylindrical-coordinate representation of color #BA1567: hue angle of 330.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1567 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18621103-
CMYK00.890.450.27
HSL330.18º79.71%40.59%-
HSV(B)330.18º88.71%72.94%-
XYZ22.9711.9513.93-
YUV79.68141.16203.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=60%
G=6.77%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862110300.890.450.27330.1879.7140.59
HexBA15670592D1B14a5029
Octal272251470131553351212051
Binary1011101010101110011101011001101101110111010010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1567; }

 p { color: rgb(186,21,103); }

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

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

 a { background-color: rgb(186,21,103); }

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

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

 span { border-color: rgb(186,21,103); }

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