#BC1663

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

Shades of Jazzberry Jam #BC1663

Tints of Jazzberry Jam #BC1663

Color information

#BC1663 (or 0xBC1663) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 16 and 63. RGB value is (188,22,99). Sum of RGB (Red+Green+Blue) = 188+22+99=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1663 is #43E99C. Grayscale: #505050. Windows color (decimal): -4450717 or 6493884. OLE color: 6493884.

HSL color Cylindrical-coordinate representation of color #BC1663: hue angle of 332.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1663 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB1882299-
CMYK00.880.470.26
HSL332.17º79.05%41.18%-
HSV(B)332.17º88.3%73.73%-
XYZ23.2812.1712.93-
YUV80.41138.5204.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=60.84%
G=7.12%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188229900.880.470.26332.1779.0541.18
HexBC16630582F1A14c4f29
Octal274261430130573251411751
Binary1011110010110110001101011000101111110101010011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1663; }

 p { color: rgb(188,22,99); }

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

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

 a { background-color: rgb(188,22,99); }

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

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

 span { border-color: rgb(188,22,99); }

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