#BE0053

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

Shades of Jazzberry Jam #BE0053

Tints of Jazzberry Jam #BE0053

Color information

#BE0053 (or 0xBE0053) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 00 and 53. RGB value is (190,0,83). Sum of RGB (Red+Green+Blue) = 190+0+83=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0053 is #41FFAC. Grayscale: #424242. Windows color (decimal): -4325293 or 5439678. OLE color: 5439678.

HSL color Cylindrical-coordinate representation of color #BE0053: hue angle of 333.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0053 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB190083-
CMYK010.560.25
HSL333.79º100%37.25%-
HSV(B)333.79º100%74.51%-
XYZ22.811.579.22-
YUV66.27137.45216.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=69.60%
G=0%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190083010.560.25333.7910037.25
HexBE053064381914e6425
Octal27601230144703151614445
Binary101111100101001101100100111000110011010011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0053; }

 p { color: rgb(190,0,83); }

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

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

 a { background-color: rgb(190,0,83); }

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

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

 span { border-color: rgb(190,0,83); }

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