#BE074C

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

Shades of Jazzberry Jam #BE074C

Tints of Jazzberry Jam #BE074C

Color information

#BE074C (or 0xBE074C) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 07 and 4C. RGB value is (190,7,76). Sum of RGB (Red+Green+Blue) = 190+7+76=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE074C is #41F8B3. Grayscale: #454545. Windows color (decimal): -4323508 or 4982718. OLE color: 4982718.

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

Color convert

RGB190776-
CMYK00.960.600.25
HSL337.38º92.89%38.63%-
HSV(B)337.38º96.32%74.51%-
XYZ22.6211.627.89-
YUV69.58131.63213.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.60%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=69.60%
G=2.56%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19077600.960.600.25337.3892.8938.63
HexBE74C0603C191515d27
Octal27671140140743152113547
Binary10111110111100110001100000111100110011010100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE074C; }

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

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

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

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

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

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

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

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