#BE074D

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

Shades of Jazzberry Jam #BE074D

Tints of Jazzberry Jam #BE074D

Color information

#BE074D (or 0xBE074D) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 07 and 4D. RGB value is (190,7,77). Sum of RGB (Red+Green+Blue) = 190+7+77=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE074D is #41F8B2. Grayscale: #454545. Windows color (decimal): -4323507 or 5048254. OLE color: 5048254.

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

Color convert

RGB190777-
CMYK00.960.590.25
HSL337.05º92.89%38.63%-
HSV(B)337.05º96.32%74.51%-
XYZ22.6511.638.07-
YUV69.7132.13213.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=69.34%
G=2.55%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19077700.960.590.25337.0592.8938.63
HexBE74D0603B191515d27
Octal27671150140733152113547
Binary10111110111100110101100000111011110011010100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE074D; }

 p { color: rgb(190,7,77); }

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

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

 a { background-color: rgb(190,7,77); }

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

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

 span { border-color: rgb(190,7,77); }

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