#BE155D

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

Shades of Jazzberry Jam #BE155D

Tints of Jazzberry Jam #BE155D

Color information

#BE155D (or 0xBE155D) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 15 and 5D. RGB value is (190,21,93). Sum of RGB (Red+Green+Blue) = 190+21+93=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE155D is #41EAA2. Grayscale: #4F4F4F. Windows color (decimal): -4319907 or 6100414. OLE color: 6100414.

HSL color Cylindrical-coordinate representation of color #BE155D: hue angle of 334.44º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE155D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1902193-
CMYK00.890.510.25
HSL334.44º80.09%41.37%-
HSV(B)334.44º88.95%74.51%-
XYZ23.4812.2711.49-
YUV79.74135.49206.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 6.91%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=62.5%
G=6.91%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190219300.890.510.25334.4480.0941.37
HexBE155D059331914e5029
Octal276251350131633151612051
Binary1011111010101101110101011001110011110011010011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE155D; }

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

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

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

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

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

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

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

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