#BC1760

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

Shades of Jazzberry Jam #BC1760

Tints of Jazzberry Jam #BC1760

Color information

#BC1760 (or 0xBC1760) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 17 and 60. RGB value is (188,23,96). Sum of RGB (Red+Green+Blue) = 188+23+96=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1760 is #43E89F. Grayscale: #505050. Windows color (decimal): -4450464 or 6297532. OLE color: 6297532.

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

Color convert

RGB1882396-
CMYK00.880.490.26
HSL333.45º78.2%41.37%-
HSV(B)333.45º87.77%73.73%-
XYZ23.1612.1512.19-
YUV80.66136.66204.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=61.24%
G=7.49%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188239600.880.490.26333.4578.241.37
HexBC1760058311A14d4e29
Octal274271400130613251511651
Binary1011110010111110000001011000110001110101010011011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1760; }

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

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

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

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

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

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

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

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