#BC0556

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

Shades of Jazzberry Jam #BC0556

Tints of Jazzberry Jam #BC0556

Color information

#BC0556 (or 0xBC0556) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 05 and 56. RGB value is (188,5,86). Sum of RGB (Red+Green+Blue) = 188+5+86=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0556 is #43FAA9. Grayscale: #444444. Windows color (decimal): -4455082 or 5637564. OLE color: 5637564.

HSL color Cylindrical-coordinate representation of color #BC0556: hue angle of 333.44º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0556 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB188586-
CMYK00.970.540.26
HSL333.44º94.82%37.84%-
HSV(B)333.44º97.34%73.73%-
XYZ22.4711.479.83-
YUV68.95137.63212.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=67.38%
G=1.79%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18858600.970.540.26333.4494.8237.84
HexBC556061361A14d5f26
Octal27451260141663251513746
Binary10111100101101011001100001110110110101010011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0556; }

 p { color: rgb(188,5,86); }

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

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

 a { background-color: rgb(188,5,86); }

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

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

 span { border-color: rgb(188,5,86); }

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