#BE115D

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

Shades of Jazzberry Jam #BE115D

Tints of Jazzberry Jam #BE115D

Color information

#BE115D (or 0xBE115D) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 11 and 5D. RGB value is (190,17,93). Sum of RGB (Red+Green+Blue) = 190+17+93=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE115D is #41EEA2. Grayscale: #4D4D4D. Windows color (decimal): -4320931 or 6099390. OLE color: 6099390.

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

Color convert

RGB1901793-
CMYK00.910.510.25
HSL333.64º83.57%40.59%-
HSV(B)333.64º91.05%74.51%-
XYZ23.4112.1411.46-
YUV77.39136.81208.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=63.33%
G=5.67%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190179300.910.510.25333.6483.5740.59
HexBE115D05B331914e5429
Octal276211350133633151612451
Binary1011111010001101110101011011110011110011010011101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE115D; }

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

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

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

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

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

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

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

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