#BF0854

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

Shades of Jazzberry Jam #BF0854

Tints of Jazzberry Jam #BF0854

Color information

#BF0854 (or 0xBF0854) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 54. RGB value is (191,8,84). Sum of RGB (Red+Green+Blue) = 191+8+84=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0854 is #40F7AB. Grayscale: #474747. Windows color (decimal): -4257708 or 5507263. OLE color: 5507263.

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

Color convert

RGB191884-
CMYK00.960.560.25
HSL335.08º91.96%39.02%-
HSV(B)335.08º95.81%74.9%-
XYZ23.1711.899.46-
YUV71.38135.13213.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.49%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=67.49%
G=2.83%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19188400.960.560.25335.0891.9639.02
HexBF854060381914f5c27
Octal277101240140703151713447
Binary101111111000101010001100000111000110011010011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0854; }

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

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

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

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

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

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

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

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