#BF0B50

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

Shades of Jazzberry Jam #BF0B50

Tints of Jazzberry Jam #BF0B50

Color information

#BF0B50 (or 0xBF0B50) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0B and 50. RGB value is (191,11,80). Sum of RGB (Red+Green+Blue) = 191+11+80=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B50 is #40F4AF. Grayscale: #484848. Windows color (decimal): -4256944 or 5245887. OLE color: 5245887.

HSL color Cylindrical-coordinate representation of color #BF0B50: hue angle of 337º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B50 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1911180-
CMYK00.940.580.25
HSL337º89.11%39.61%-
HSV(B)337º94.24%74.9%-
XYZ23.0511.898.67-
YUV72.69132.13212.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.73%
GREEN value IS 11 (4.69% from 255) = 3.90%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=67.73%
G=3.90%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191118000.940.580.2533789.1139.61
HexBFB5005E3A191515928
Octal277131200136723152113150
Binary101111111011101000001011110111010110011010100011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B50; }

 p { color: rgb(191,11,80); }

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

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

 a { background-color: rgb(191,11,80); }

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

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

 span { border-color: rgb(191,11,80); }

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