#BE0B52

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

Shades of Jazzberry Jam #BE0B52

Tints of Jazzberry Jam #BE0B52

Color information

#BE0B52 (or 0xBE0B52) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0B and 52. RGB value is (190,11,82). Sum of RGB (Red+Green+Blue) = 190+11+82=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B52 is #41F4AD. Grayscale: #484848. Windows color (decimal): -4322478 or 5376958. OLE color: 5376958.

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

Color convert

RGB1901182-
CMYK00.940.570.25
HSL336.2º89.05%39.41%-
HSV(B)336.2º94.21%74.51%-
XYZ22.8811.89.05-
YUV72.61133.3211.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.14%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=67.14%
G=3.89%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190118200.940.570.25336.289.0539.41
HexBEB5205E39191505927
Octal276131220136713152013147
Binary101111101011101001001011110111001110011010100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0B52; }

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

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

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

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

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

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

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

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