#BE1155

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

Shades of Jazzberry Jam #BE1155

Tints of Jazzberry Jam #BE1155

Color information

#BE1155 (or 0xBE1155) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 11 and 55. RGB value is (190,17,85). Sum of RGB (Red+Green+Blue) = 190+17+85=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1155 is #41EEAA. Grayscale: #4C4C4C. Windows color (decimal): -4320939 or 5575102. OLE color: 5575102.

HSL color Cylindrical-coordinate representation of color #BE1155: hue angle of 336.42º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1155 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1901785-
CMYK00.910.550.25
HSL336.42º83.57%40.59%-
HSV(B)336.42º91.05%74.51%-
XYZ23.08129.7-
YUV76.48132.81208.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 17 (7.03% from 255) = 5.82%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=65.07%
G=5.82%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190178500.910.550.25336.4283.5740.59
HexBE115505B37191505429
Octal276211250133673152012451
Binary1011111010001101010101011011110111110011010100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1155; }

 p { color: rgb(190,17,85); }

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

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

 a { background-color: rgb(190,17,85); }

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

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

 span { border-color: rgb(190,17,85); }

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