#BF1668

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

Shades of Jazzberry Jam #BF1668

Tints of Jazzberry Jam #BF1668

Color information

#BF1668 (or 0xBF1668) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 16 and 68. RGB value is (191,22,104). Sum of RGB (Red+Green+Blue) = 191+22+104=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1668 is #40E997. Grayscale: #515151. Windows color (decimal): -4254104 or 6821567. OLE color: 6821567.

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

Color convert

RGB19122104-
CMYK00.880.460.25
HSL330.89º79.34%41.76%-
HSV(B)330.89º88.48%74.9%-
XYZ24.2712.6514.26-
YUV81.88140.49205.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=60.25%
G=6.94%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912210400.880.460.25330.8979.3441.76
HexBF16680582E1914b4f2a
Octal277261500130563151311752
Binary1011111110110110100001011000101110110011010010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1668; }

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

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

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

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

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

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

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

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