#BF1466

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

Shades of Jazzberry Jam #BF1466

Tints of Jazzberry Jam #BF1466

Color information

#BF1466 (or 0xBF1466) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 14 and 66. RGB value is (191,20,102). Sum of RGB (Red+Green+Blue) = 191+20+102=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1466 is #40EB99. Grayscale: #505050. Windows color (decimal): -4254618 or 6689983. OLE color: 6689983.

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

Color convert

RGB19120102-
CMYK00.900.470.25
HSL331.23º81.04%41.37%-
HSV(B)331.23º89.53%74.9%-
XYZ24.1312.5413.72-
YUV80.48140.15206.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.02%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=61.02%
G=6.39%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912010200.900.470.25331.2381.0441.37
HexBF146605A2F1914b5129
Octal277241460132573151312151
Binary1011111110100110011001011010101111110011010010111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1466; }

 p { color: rgb(191,20,102); }

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

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

 a { background-color: rgb(191,20,102); }

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

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

 span { border-color: rgb(191,20,102); }

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