#BE1669

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

Shades of Jazzberry Jam #BE1669

Tints of Jazzberry Jam #BE1669

Color information

#BE1669 (or 0xBE1669) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 16 and 69. RGB value is (190,22,105). Sum of RGB (Red+Green+Blue) = 190+22+105=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1669 is #41E996. Grayscale: #515151. Windows color (decimal): -4319639 or 6887102. OLE color: 6887102.

HSL color Cylindrical-coordinate representation of color #BE1669: hue angle of 330.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1669 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19022105-
CMYK00.880.450.25
HSL330.36º79.25%41.57%-
HSV(B)330.36º88.42%74.51%-
XYZ24.0712.5414.52-
YUV81.69141.16205.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.94%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=59.94%
G=6.94%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902210500.880.450.25330.3679.2541.57
HexBE16690582D1914a4f2a
Octal276261510130553151211752
Binary1011111010110110100101011000101101110011010010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1669; }

 p { color: rgb(190,22,105); }

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

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

 a { background-color: rgb(190,22,105); }

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

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

 span { border-color: rgb(190,22,105); }

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