#BC1C5E

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

Shades of Jazzberry Jam #BC1C5E

Tints of Jazzberry Jam #BC1C5E

Color information

#BC1C5E (or 0xBC1C5E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 1C and 5E. RGB value is (188,28,94). Sum of RGB (Red+Green+Blue) = 188+28+94=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C5E is #43E3A1. Grayscale: #535353. Windows color (decimal): -4449186 or 6167740. OLE color: 6167740.

HSL color Cylindrical-coordinate representation of color #BC1C5E: hue angle of 335.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C5E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1882894-
CMYK00.850.500.26
HSL335.25º74.07%42.35%-
HSV(B)335.25º85.11%73.73%-
XYZ23.1712.3311.75-
YUV83.36134.01202.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 28 (11.33% from 255) = 9.03%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=60.65%
G=9.03%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188289400.850.500.26335.2574.0742.35
HexBC1C5E055321A14f4a2a
Octal274341360125623251711252
Binary1011110011100101111001010101110010110101010011111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C5E; }

 p { color: rgb(188,28,94); }

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

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

 a { background-color: rgb(188,28,94); }

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

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

 span { border-color: rgb(188,28,94); }

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