#BE1163

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

Shades of Jazzberry Jam #BE1163

Tints of Jazzberry Jam #BE1163

Color information

#BE1163 (or 0xBE1163) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 11 and 63. RGB value is (190,17,99). Sum of RGB (Red+Green+Blue) = 190+17+99=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1163 is #41EE9C. Grayscale: #4D4D4D. Windows color (decimal): -4320925 or 6492606. OLE color: 6492606.

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

Color convert

RGB1901799-
CMYK00.910.480.25
HSL331.56º83.57%40.59%-
HSV(B)331.56º91.05%74.51%-
XYZ23.6912.2512.92-
YUV78.07139.81207.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=62.09%
G=5.56%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190179900.910.480.25331.5683.5740.59
HexBE116305B301914c5429
Octal276211430133603151412451
Binary1011111010001110001101011011110000110011010011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1163; }

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

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

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

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

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

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

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

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