#BE0A52

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

Shades of Jazzberry Jam #BE0A52

Tints of Jazzberry Jam #BE0A52

Color information

#BE0A52 (or 0xBE0A52) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0A and 52. RGB value is (190,10,82). Sum of RGB (Red+Green+Blue) = 190+10+82=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A52 is #41F5AD. Grayscale: #474747. Windows color (decimal): -4322734 or 5376702. OLE color: 5376702.

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

Color convert

RGB1901082-
CMYK00.950.570.25
HSL336º90%39.22%-
HSV(B)336º94.74%74.51%-
XYZ22.8711.779.05-
YUV72.03133.63212.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.38%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=67.38%
G=3.55%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190108200.950.570.253369039.22
HexBEA5205F39191505a27
Octal276121220137713152013247
Binary101111101010101001001011111111001110011010100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0A52; }

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

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

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

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

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

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

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

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