#BE1062

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

Shades of Jazzberry Jam #BE1062

Tints of Jazzberry Jam #BE1062

Color information

#BE1062 (or 0xBE1062) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 10 and 62. RGB value is (190,16,98). Sum of RGB (Red+Green+Blue) = 190+16+98=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1062 is #41EF9D. Grayscale: #4D4D4D. Windows color (decimal): -4321182 or 6426814. OLE color: 6426814.

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

Color convert

RGB1901698-
CMYK00.920.480.25
HSL331.72º84.47%40.39%-
HSV(B)331.72º91.58%74.51%-
XYZ23.6312.212.66-
YUV77.37139.65208.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=62.5%
G=5.26%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190169800.920.480.25331.7284.4740.39
HexBE106205C301914c5428
Octal276201420134603151412450
Binary1011111010000110001001011100110000110011010011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1062; }

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

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

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

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

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

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

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

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