#BC1360

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

Shades of Jazzberry Jam #BC1360

Tints of Jazzberry Jam #BC1360

Color information

#BC1360 (or 0xBC1360) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 13 and 60. RGB value is (188,19,96). Sum of RGB (Red+Green+Blue) = 188+19+96=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1360 is #43EC9F. Grayscale: #4E4E4E. Windows color (decimal): -4451488 or 6296508. OLE color: 6296508.

HSL color Cylindrical-coordinate representation of color #BC1360: hue angle of 332.66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1360 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1881996-
CMYK00.900.490.26
HSL332.66º81.64%40.59%-
HSV(B)332.66º89.89%73.73%-
XYZ23.081212.17-
YUV78.31137.99206.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=62.05%
G=6.27%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188199600.900.490.26332.6681.6440.59
HexBC136005A311A14d5229
Octal274231400132613251512251
Binary1011110010011110000001011010110001110101010011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1360; }

 p { color: rgb(188,19,96); }

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

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

 a { background-color: rgb(188,19,96); }

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

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

 span { border-color: rgb(188,19,96); }

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