#BC1251

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

Shades of Jazzberry Jam #BC1251

Tints of Jazzberry Jam #BC1251

Color information

#BC1251 (or 0xBC1251) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 12 and 51. RGB value is (188,18,81). Sum of RGB (Red+Green+Blue) = 188+18+81=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1251 is #43EDAE. Grayscale: #4B4B4B. Windows color (decimal): -4451759 or 5313212. OLE color: 5313212.

HSL color Cylindrical-coordinate representation of color #BC1251: hue angle of 337.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1251 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1881881-
CMYK00.900.570.26
HSL337.76º82.52%40.39%-
HSV(B)337.76º90.43%73.73%-
XYZ22.4411.728.86-
YUV76.01130.82207.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.51%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=65.51%
G=6.27%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188100.900.570.26337.7682.5240.39
HexBC125105A391A1525328
Octal274221210132713252212350
Binary1011110010010101000101011010111001110101010100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1251; }

 p { color: rgb(188,18,81); }

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

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

 a { background-color: rgb(188,18,81); }

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

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

 span { border-color: rgb(188,18,81); }

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