#BC1252

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

Shades of Jazzberry Jam #BC1252

Tints of Jazzberry Jam #BC1252

Color information

#BC1252 (or 0xBC1252) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 12 and 52. RGB value is (188,18,82). Sum of RGB (Red+Green+Blue) = 188+18+82=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1252 is #43EDAD. Grayscale: #4C4C4C. Windows color (decimal): -4451758 or 5378748. OLE color: 5378748.

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

Color convert

RGB1881882-
CMYK00.900.560.26
HSL337.41º82.52%40.39%-
HSV(B)337.41º90.43%73.73%-
XYZ22.4811.739.06-
YUV76.13131.32207.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.28%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=65.28%
G=6.25%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188200.900.560.26337.4182.5240.39
HexBC125205A381A1515328
Octal274221220132703252112350
Binary1011110010010101001001011010111000110101010100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1252; }

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

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

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

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

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

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

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

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