#BF1660

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

Shades of Jazzberry Jam #BF1660

Tints of Jazzberry Jam #BF1660

Color information

#BF1660 (or 0xBF1660) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 16 and 60. RGB value is (191,22,96). Sum of RGB (Red+Green+Blue) = 191+22+96=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1660 is #40E99F. Grayscale: #505050. Windows color (decimal): -4254112 or 6297279. OLE color: 6297279.

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

Color convert

RGB1912296-
CMYK00.880.500.25
HSL333.73º79.34%41.76%-
HSV(B)333.73º88.48%74.9%-
XYZ23.8812.4912.22-
YUV80.97136.49206.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=61.81%
G=7.12%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191229600.880.500.25333.7379.3441.76
HexBF1660058321914e4f2a
Octal277261400130623151611752
Binary1011111110110110000001011000110010110011010011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1660; }

 p { color: rgb(191,22,96); }

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

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

 a { background-color: rgb(191,22,96); }

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

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

 span { border-color: rgb(191,22,96); }

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