#BE1162

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

Shades of Jazzberry Jam #BE1162

Tints of Jazzberry Jam #BE1162

Color information

#BE1162 (or 0xBE1162) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 11 and 62. RGB value is (190,17,98). Sum of RGB (Red+Green+Blue) = 190+17+98=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1162 is #41EE9D. Grayscale: #4D4D4D. Windows color (decimal): -4320926 or 6427070. OLE color: 6427070.

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

Color convert

RGB1901798-
CMYK00.910.480.25
HSL331.91º83.57%40.59%-
HSV(B)331.91º91.05%74.51%-
XYZ23.6412.2312.67-
YUV77.96139.31207.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=62.30%
G=5.57%
B=32.13%

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
Decimal190179800.910.480.25331.9183.5740.59
HexBE116205B301914c5429
Octal276211420133603151412451
Binary1011111010001110001001011011110000110011010011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1162; }

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

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

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

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

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

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

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

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