#BF086C

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

Shades of Jazzberry Jam #BF086C

Tints of Jazzberry Jam #BF086C

Color information

#BF086C (or 0xBF086C) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 6C. RGB value is (191,8,108). Sum of RGB (Red+Green+Blue) = 191+8+108=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF086C is #40F793. Grayscale: #494949. Windows color (decimal): -4257684 or 7080127. OLE color: 7080127.

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

Color convert

RGB1918108-
CMYK00.960.430.25
HSL327.21º91.96%39.02%-
HSV(B)327.21º95.81%74.9%-
XYZ24.2812.3315.29-
YUV74.12147.13211.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=62.21%
G=2.61%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191810800.960.430.25327.2191.9639.02
HexBF86C0602B191475c27
Octal277101540140533150713447
Binary101111111000110110001100000101011110011010001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF086C; }

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

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

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

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

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

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

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

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