#BF0455

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

Shades of Jazzberry Jam #BF0455

Tints of Jazzberry Jam #BF0455

Color information

#BF0455 (or 0xBF0455) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 04 and 55. RGB value is (191,4,85). Sum of RGB (Red+Green+Blue) = 191+4+85=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0455 is #40FBAA. Grayscale: #454545. Windows color (decimal): -4258731 or 5571775. OLE color: 5571775.

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

Color convert

RGB191485-
CMYK00.980.550.25
HSL334.01º95.9%38.24%-
HSV(B)334.01º97.91%74.9%-
XYZ23.1711.829.65-
YUV69.15136.95214.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.21%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=68.21%
G=1.43%
B=30.36%

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
Decimal19148500.980.550.25334.0195.938.24
HexBF455062371914e6026
Octal27741250142673151614046
Binary10111111100101010101100010110111110011010011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0455; }

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

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

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

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

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

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

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

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