#BF0B55

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

Shades of Jazzberry Jam #BF0B55

Tints of Jazzberry Jam #BF0B55

Color information

#BF0B55 (or 0xBF0B55) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0B and 55. RGB value is (191,11,85). Sum of RGB (Red+Green+Blue) = 191+11+85=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B55 is #40F4AA. Grayscale: #494949. Windows color (decimal): -4256939 or 5573567. OLE color: 5573567.

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

Color convert

RGB1911185-
CMYK00.940.550.25
HSL335.33º89.11%39.61%-
HSV(B)335.33º94.24%74.9%-
XYZ23.2511.979.68-
YUV73.26134.63211.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 11 (4.69% from 255) = 3.83%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=66.55%
G=3.83%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191118500.940.550.25335.3389.1139.61
HexBFB5505E371914f5928
Octal277131250136673151713150
Binary101111111011101010101011110110111110011010011111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B55; }

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

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

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

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

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

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

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

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