#BF0456

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

Shades of Jazzberry Jam #BF0456

Tints of Jazzberry Jam #BF0456

Color information

#BF0456 (or 0xBF0456) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 04 and 56. RGB value is (191,4,86). Sum of RGB (Red+Green+Blue) = 191+4+86=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0456 is #40FBA9. Grayscale: #454545. Windows color (decimal): -4258730 or 5637311. OLE color: 5637311.

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

Color convert

RGB191486-
CMYK00.980.550.25
HSL333.69º95.9%38.24%-
HSV(B)333.69º97.91%74.9%-
XYZ23.2111.849.87-
YUV69.26137.45214.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.97%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=67.97%
G=1.42%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19148600.980.550.25333.6995.938.24
HexBF456062371914e6026
Octal27741260142673151614046
Binary10111111100101011001100010110111110011010011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0456; }

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

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

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

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

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

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

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

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