#BF1966

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

Shades of Jazzberry Jam #BF1966

Tints of Jazzberry Jam #BF1966

Color information

#BF1966 (or 0xBF1966) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 19 and 66. RGB value is (191,25,102). Sum of RGB (Red+Green+Blue) = 191+25+102=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1966 is #40E699. Grayscale: #535353. Windows color (decimal): -4253338 or 6691263. OLE color: 6691263.

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

Color convert

RGB19125102-
CMYK00.870.470.25
HSL332.17º76.85%42.35%-
HSV(B)332.17º86.91%74.9%-
XYZ24.2312.7313.75-
YUV83.41138.5204.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=60.06%
G=7.86%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912510200.870.470.25332.1776.8542.35
HexBF19660572F1914c4d2a
Octal277311460127573151411552
Binary1011111111001110011001010111101111110011010011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1966; }

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

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

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

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

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

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

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

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