#BE0454

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

Shades of Jazzberry Jam #BE0454

Tints of Jazzberry Jam #BE0454

Color information

#BE0454 (or 0xBE0454) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 04 and 54. RGB value is (190,4,84). Sum of RGB (Red+Green+Blue) = 190+4+84=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0454 is #41FBAB. Grayscale: #444444. Windows color (decimal): -4324268 or 5506238. OLE color: 5506238.

HSL color Cylindrical-coordinate representation of color #BE0454: hue angle of 334.19º degrees, saturation: 0.96, 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 #BE0454 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB190484-
CMYK00.980.560.25
HSL334.19º95.88%38.04%-
HSV(B)334.19º97.89%74.51%-
XYZ22.8811.679.43-
YUV68.73136.62214.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=68.35%
G=1.44%
B=30.22%

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
Decimal19048400.980.560.25334.1995.8838.04
HexBE454062381914e6026
Octal27641240142703151614046
Binary10111110100101010001100010111000110011010011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0454; }

 p { color: rgb(190,4,84); }

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

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

 a { background-color: rgb(190,4,84); }

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

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

 span { border-color: rgb(190,4,84); }

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