#BE0652

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

Shades of Jazzberry Jam #BE0652

Tints of Jazzberry Jam #BE0652

Color information

#BE0652 (or 0xBE0652) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 06 and 52. RGB value is (190,6,82). Sum of RGB (Red+Green+Blue) = 190+6+82=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0652 is #41F9AD. Grayscale: #454545. Windows color (decimal): -4323758 or 5375678. OLE color: 5375678.

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

Color convert

RGB190682-
CMYK00.970.570.25
HSL335.22º93.88%38.43%-
HSV(B)335.22º96.84%74.51%-
XYZ22.8211.699.04-
YUV69.68134.96213.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=68.35%
G=2.16%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19068200.970.570.25335.2293.8838.43
HexBE652061391914f5e26
Octal27661220141713151713646
Binary10111110110101001001100001111001110011010011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0652; }

 p { color: rgb(190,6,82); }

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

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

 a { background-color: rgb(190,6,82); }

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

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

 span { border-color: rgb(190,6,82); }

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