#BF0856

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

Shades of Jazzberry Jam #BF0856

Tints of Jazzberry Jam #BF0856

Color information

#BF0856 (or 0xBF0856) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 56. RGB value is (191,8,86). Sum of RGB (Red+Green+Blue) = 191+8+86=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0856 is #40F7A9. Grayscale: #474747. Windows color (decimal): -4257706 or 5638335. OLE color: 5638335.

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

Color convert

RGB191886-
CMYK00.960.550.25
HSL334.43º91.96%39.02%-
HSV(B)334.43º95.81%74.9%-
XYZ23.2511.929.88-
YUV71.61136.13213.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=67.02%
G=2.81%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19188600.960.550.25334.4391.9639.02
HexBF856060371914e5c27
Octal277101260140673151613447
Binary101111111000101011001100000110111110011010011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0856; }

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

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

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

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

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

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

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

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