#BF0857

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

Shades of Jazzberry Jam #BF0857

Tints of Jazzberry Jam #BF0857

Color information

#BF0857 (or 0xBF0857) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 57. RGB value is (191,8,87). Sum of RGB (Red+Green+Blue) = 191+8+87=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0857 is #40F7A8. Grayscale: #474747. Windows color (decimal): -4257705 or 5703871. OLE color: 5703871.

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

Color convert

RGB191887-
CMYK00.960.540.25
HSL334.1º91.96%39.02%-
HSV(B)334.1º95.81%74.9%-
XYZ23.2911.9410.09-
YUV71.72136.63213.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=66.78%
G=2.80%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19188700.960.540.25334.191.9639.02
HexBF857060361914e5c27
Octal277101270140663151613447
Binary101111111000101011101100000110110110011010011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0857; }

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

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

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

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

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

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

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

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