#BC1658

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

Shades of Jazzberry Jam #BC1658

Tints of Jazzberry Jam #BC1658

Color information

#BC1658 (or 0xBC1658) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 16 and 58. RGB value is (188,22,88). Sum of RGB (Red+Green+Blue) = 188+22+88=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1658 is #43E9A7. Grayscale: #4F4F4F. Windows color (decimal): -4450728 or 5772988. OLE color: 5772988.

HSL color Cylindrical-coordinate representation of color #BC1658: hue angle of 336.14º 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 #BC1658 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1882288-
CMYK00.880.530.26
HSL336.14º79.05%41.18%-
HSV(B)336.14º88.3%73.73%-
XYZ22.7911.9710.34-
YUV79.16133205.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.09%
GREEN value IS 22 (8.98% from 255) = 7.38%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=63.09%
G=7.38%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188228800.880.530.26336.1479.0541.18
HexBC1658058351A1504f29
Octal274261300130653252011751
Binary1011110010110101100001011000110101110101010100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1658; }

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

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

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

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

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

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

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

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