#BE0656

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

Shades of Jazzberry Jam #BE0656

Tints of Jazzberry Jam #BE0656

Color information

#BE0656 (or 0xBE0656) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 06 and 56. RGB value is (190,6,86). Sum of RGB (Red+Green+Blue) = 190+6+86=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0656 is #41F9A9. Grayscale: #464646. Windows color (decimal): -4323754 or 5637822. OLE color: 5637822.

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

Color convert

RGB190686-
CMYK00.970.550.25
HSL333.91º93.88%38.43%-
HSV(B)333.91º96.84%74.51%-
XYZ22.9811.759.86-
YUV70.14136.96213.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.38%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=67.38%
G=2.13%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19068600.970.550.25333.9193.8838.43
HexBE656061371914e5e26
Octal27661260141673151613646
Binary10111110110101011001100001110111110011010011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0656; }

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

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

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

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

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

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

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

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