#BE0065

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

Shades of Jazzberry Jam #BE0065

Tints of Jazzberry Jam #BE0065

Color information

#BE0065 (or 0xBE0065) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 00 and 65. RGB value is (190,0,101). Sum of RGB (Red+Green+Blue) = 190+0+101=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0065 is #41FF9A. Grayscale: #444444. Windows color (decimal): -4325275 or 6619326. OLE color: 6619326.

HSL color Cylindrical-coordinate representation of color #BE0065: hue angle of 328.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0065 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB1900101-
CMYK010.470.25
HSL328.11º100%37.25%-
HSV(B)328.11º100%74.51%-
XYZ23.5811.8913.36-
YUV68.32146.45214.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=65.29%
G=0%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900101010.470.25328.1110037.25
HexBE0650642F191486425
Octal27601450144573151014445
Binary101111100110010101100100101111110011010010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0065; }

 p { color: rgb(190,0,101); }

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

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

 a { background-color: rgb(190,0,101); }

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

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

 span { border-color: rgb(190,0,101); }

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