#BE036D

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

Shades of Jazzberry Jam #BE036D

Tints of Jazzberry Jam #BE036D

Color information

#BE036D (or 0xBE036D) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 03 and 6D. RGB value is (190,3,109). Sum of RGB (Red+Green+Blue) = 190+3+109=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE036D is #41FC92. Grayscale: #464646. Windows color (decimal): -4324499 or 7144382. OLE color: 7144382.

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

Color convert

RGB1903109-
CMYK00.980.430.25
HSL325.99º96.89%37.84%-
HSV(B)325.99º98.42%74.51%-
XYZ24.0312.1215.54-
YUV71149.45212.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=62.91%
G=0.99%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190310900.980.430.25325.9996.8937.84
HexBE36D0622B191466126
Octal27631550142533150614146
Binary1011111011110110101100010101011110011010001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE036D; }

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

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

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

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

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

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

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

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