#BE094E

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

Shades of Jazzberry Jam #BE094E

Tints of Jazzberry Jam #BE094E

Color information

#BE094E (or 0xBE094E) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 09 and 4E. RGB value is (190,9,78). Sum of RGB (Red+Green+Blue) = 190+9+78=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE094E is #41F6B1. Grayscale: #464646. Windows color (decimal): -4322994 or 5114302. OLE color: 5114302.

HSL color Cylindrical-coordinate representation of color #BE094E: hue angle of 337.13º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE094E is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB190978-
CMYK00.950.590.25
HSL337.13º90.95%39.02%-
HSV(B)337.13º95.26%74.51%-
XYZ22.7111.698.27-
YUV70.98131.97212.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=68.59%
G=3.25%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19097800.950.590.25337.1390.9539.02
HexBE94E05F3B191515b27
Octal276111160137733152113347
Binary101111101001100111001011111111011110011010100011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE094E; }

 p { color: rgb(190,9,78); }

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

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

 a { background-color: rgb(190,9,78); }

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

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

 span { border-color: rgb(190,9,78); }

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