#BE045D

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

Shades of Jazzberry Jam #BE045D

Tints of Jazzberry Jam #BE045D

Color information

#BE045D (or 0xBE045D) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 04 and 5D. RGB value is (190,4,93). Sum of RGB (Red+Green+Blue) = 190+4+93=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE045D is #41FBA2. Grayscale: #454545. Windows color (decimal): -4324259 or 6096062. OLE color: 6096062.

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

Color convert

RGB190493-
CMYK00.980.510.25
HSL331.29º95.88%38.04%-
HSV(B)331.29º97.89%74.51%-
XYZ23.2511.8211.41-
YUV69.76141.12213.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=66.20%
G=1.39%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19049300.980.510.25331.2995.8838.04
HexBE45D062331914b6026
Octal27641350142633151314046
Binary10111110100101110101100010110011110011010010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE045D; }

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

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

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

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

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

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

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

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