#BF0056

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

Shades of Jazzberry Jam #BF0056

Tints of Jazzberry Jam #BF0056

Color information

#BF0056 (or 0xBF0056) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 00 and 56. RGB value is (191,0,86). Sum of RGB (Red+Green+Blue) = 191+0+86=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0056 is #40FFA9. Grayscale: #424242. Windows color (decimal): -4259754 or 5636287. OLE color: 5636287.

HSL color Cylindrical-coordinate representation of color #BF0056: hue angle of 332.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0056 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB191086-
CMYK010.550.25
HSL332.98º100%37.45%-
HSV(B)332.98º100%74.9%-
XYZ23.1711.759.85-
YUV66.91138.78216.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=68.95%
G=0%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191086010.550.25332.9810037.45
HexBF056064371914d6425
Octal27701260144673151514445
Binary101111110101011001100100110111110011010011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0056; }

 p { color: rgb(191,0,86); }

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

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

 a { background-color: rgb(191,0,86); }

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

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

 span { border-color: rgb(191,0,86); }

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