#BC0E5E

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

Shades of Jazzberry Jam #BC0E5E

Tints of Jazzberry Jam #BC0E5E

Color information

#BC0E5E (or 0xBC0E5E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0E and 5E. RGB value is (188,14,94). Sum of RGB (Red+Green+Blue) = 188+14+94=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E5E is #43F1A1. Grayscale: #4B4B4B. Windows color (decimal): -4452770 or 6164156. OLE color: 6164156.

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

Color convert

RGB1881494-
CMYK00.930.500.26
HSL332.41º86.14%39.61%-
HSV(B)332.41º92.55%73.73%-
XYZ22.9211.8111.66-
YUV75.15138.65208.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.51%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=63.51%
G=4.73%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188149400.930.500.26332.4186.1439.61
HexBCE5E05D321A14c5628
Octal274161360135623251412650
Binary101111001110101111001011101110010110101010011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E5E; }

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

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

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

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

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

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

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

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