#BF0E69

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

Shades of Jazzberry Jam #BF0E69

Tints of Jazzberry Jam #BF0E69

Color information

#BF0E69 (or 0xBF0E69) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0E and 69. RGB value is (191,14,105). Sum of RGB (Red+Green+Blue) = 191+14+105=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E69 is #40F196. Grayscale: #4D4D4D. Windows color (decimal): -4256151 or 6885055. OLE color: 6885055.

HSL color Cylindrical-coordinate representation of color #BF0E69: hue angle of 329.15º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E69 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19114105-
CMYK00.930.450.25
HSL329.15º86.34%40.2%-
HSV(B)329.15º92.67%74.9%-
XYZ24.1912.4114.48-
YUV77.3143.64209.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.61%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=61.61%
G=4.52%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911410500.930.450.25329.1586.3440.2
HexBFE6905D2D191495628
Octal277161510135553151112650
Binary101111111110110100101011101101101110011010010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E69; }

 p { color: rgb(191,14,105); }

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

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

 a { background-color: rgb(191,14,105); }

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

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

 span { border-color: rgb(191,14,105); }

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