#BF0855

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

Shades of Jazzberry Jam #BF0855

Tints of Jazzberry Jam #BF0855

Color information

#BF0855 (or 0xBF0855) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 55. RGB value is (191,8,85). Sum of RGB (Red+Green+Blue) = 191+8+85=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0855 is #40F7AA. Grayscale: #474747. Windows color (decimal): -4257707 or 5572799. OLE color: 5572799.

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

Color convert

RGB191885-
CMYK00.960.550.25
HSL334.75º91.96%39.02%-
HSV(B)334.75º95.81%74.9%-
XYZ23.2111.919.67-
YUV71.49135.63213.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.25%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=67.25%
G=2.82%
B=29.93%

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
Decimal19188500.960.550.25334.7591.9639.02
HexBF855060371914f5c27
Octal277101250140673151713447
Binary101111111000101010101100000110111110011010011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0855; }

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

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

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

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

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

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

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

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