#BE0353

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

Shades of Jazzberry Jam #BE0353

Tints of Jazzberry Jam #BE0353

Color information

#BE0353 (or 0xBE0353) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 03 and 53. RGB value is (190,3,83). Sum of RGB (Red+Green+Blue) = 190+3+83=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0353 is #41FCAC. Grayscale: #434343. Windows color (decimal): -4324525 or 5440446. OLE color: 5440446.

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

Color convert

RGB190383-
CMYK00.980.560.25
HSL334.33º96.89%37.84%-
HSV(B)334.33º98.42%74.51%-
XYZ22.8311.649.23-
YUV68.03136.45215-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=68.84%
G=1.09%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19038300.980.560.25334.3396.8937.84
HexBE353062381914e6126
Octal27631230142703151614146
Binary1011111011101001101100010111000110011010011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0353; }

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

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

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

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

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

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

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

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