#BF1960

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

Shades of Jazzberry Jam #BF1960

Tints of Jazzberry Jam #BF1960

Color information

#BF1960 (or 0xBF1960) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 19 and 60. RGB value is (191,25,96). Sum of RGB (Red+Green+Blue) = 191+25+96=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1960 is #40E69F. Grayscale: #525252. Windows color (decimal): -4253344 or 6298047. OLE color: 6298047.

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

Color convert

RGB1912596-
CMYK00.870.500.25
HSL334.34º76.85%42.35%-
HSV(B)334.34º86.91%74.9%-
XYZ23.9412.6212.24-
YUV82.73135.5205.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.22%
GREEN value IS 25 (10.16% from 255) = 8.01%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=61.22%
G=8.01%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191259600.870.500.25334.3476.8542.35
HexBF1960057321914e4d2a
Octal277311400127623151611552
Binary1011111111001110000001010111110010110011010011101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1960; }

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

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

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

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

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

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

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

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