#BE1154

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

Shades of Jazzberry Jam #BE1154

Tints of Jazzberry Jam #BE1154

Color information

#BE1154 (or 0xBE1154) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 11 and 54. RGB value is (190,17,84). Sum of RGB (Red+Green+Blue) = 190+17+84=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1154 is #41EEAB. Grayscale: #4C4C4C. Windows color (decimal): -4320940 or 5509566. OLE color: 5509566.

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

Color convert

RGB1901784-
CMYK00.910.560.25
HSL336.76º83.57%40.59%-
HSV(B)336.76º91.05%74.51%-
XYZ23.0411.999.49-
YUV76.36132.31209.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=65.29%
G=5.84%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190178400.910.560.25336.7683.5740.59
HexBE115405B38191515429
Octal276211240133703152112451
Binary1011111010001101010001011011111000110011010100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1154; }

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

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

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

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

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

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

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

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