#BE0654

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

Shades of Jazzberry Jam #BE0654

Tints of Jazzberry Jam #BE0654

Color information

#BE0654 (or 0xBE0654) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 06 and 54. RGB value is (190,6,84). Sum of RGB (Red+Green+Blue) = 190+6+84=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0654 is #41F9AB. Grayscale: #454545. Windows color (decimal): -4323756 or 5506750. OLE color: 5506750.

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

Color convert

RGB190684-
CMYK00.970.560.25
HSL334.57º93.88%38.43%-
HSV(B)334.57º96.84%74.51%-
XYZ22.911.729.44-
YUV69.91135.96213.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 84 (33.20% from 255) = 30%
R=67.86%
G=2.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19068400.970.560.25334.5793.8838.43
HexBE654061381914f5e26
Octal27661240141703151713646
Binary10111110110101010001100001111000110011010011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0654; }

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

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

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

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

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

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

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

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