#BE0A57

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

Shades of Jazzberry Jam #BE0A57

Tints of Jazzberry Jam #BE0A57

Color information

#BE0A57 (or 0xBE0A57) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0A and 57. RGB value is (190,10,87). Sum of RGB (Red+Green+Blue) = 190+10+87=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A57 is #41F5A8. Grayscale: #484848. Windows color (decimal): -4322729 or 5704382. OLE color: 5704382.

HSL color Cylindrical-coordinate representation of color #BE0A57: hue angle of 334.33º degrees, saturation: 0.9, 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 #BE0A57 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1901087-
CMYK00.950.540.25
HSL334.33º90%39.22%-
HSV(B)334.33º94.74%74.51%-
XYZ23.0611.8510.09-
YUV72.6136.13211.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=66.20%
G=3.48%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190108700.950.540.25334.339039.22
HexBEA5705F361914e5a27
Octal276121270137663151613247
Binary101111101010101011101011111110110110011010011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0A57; }

 p { color: rgb(190,10,87); }

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

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

 a { background-color: rgb(190,10,87); }

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

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

 span { border-color: rgb(190,10,87); }

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