#BC1762

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

Shades of Jazzberry Jam #BC1762

Tints of Jazzberry Jam #BC1762

Color information

#BC1762 (or 0xBC1762) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 17 and 62. RGB value is (188,23,98). Sum of RGB (Red+Green+Blue) = 188+23+98=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1762 is #43E89D. Grayscale: #505050. Windows color (decimal): -4450462 or 6428604. OLE color: 6428604.

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

Color convert

RGB1882398-
CMYK00.880.480.26
HSL332.73º78.2%41.37%-
HSV(B)332.73º87.77%73.73%-
XYZ23.2512.1912.68-
YUV80.88137.66204.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 23 (9.38% from 255) = 7.44%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=60.84%
G=7.44%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188239800.880.480.26332.7378.241.37
HexBC1762058301A14d4e29
Octal274271420130603251511651
Binary1011110010111110001001011000110000110101010011011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1762; }

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

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

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

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

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

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

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

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