#BE036E

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

Shades of Jazzberry Jam #BE036E

Tints of Jazzberry Jam #BE036E

Color information

#BE036E (or 0xBE036E) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 03 and 6E. RGB value is (190,3,110). Sum of RGB (Red+Green+Blue) = 190+3+110=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE036E is #41FC91. Grayscale: #464646. Windows color (decimal): -4324498 or 7209918. OLE color: 7209918.

HSL color Cylindrical-coordinate representation of color #BE036E: hue angle of 325.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE036E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB1903110-
CMYK00.980.420.25
HSL325.67º96.89%37.84%-
HSV(B)325.67º98.42%74.51%-
XYZ24.0812.1415.83-
YUV71.11149.95212.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=62.71%
G=0.99%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190311000.980.420.25325.6796.8937.84
HexBE36E0622A191466126
Octal27631560142523150614146
Binary1011111011110111001100010101010110011010001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE036E; }

 p { color: rgb(190,3,110); }

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

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

 a { background-color: rgb(190,3,110); }

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

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

 span { border-color: rgb(190,3,110); }

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