#BF0C69

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

Shades of Jazzberry Jam #BF0C69

Tints of Jazzberry Jam #BF0C69

Color information

#BF0C69 (or 0xBF0C69) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0C and 69. RGB value is (191,12,105). Sum of RGB (Red+Green+Blue) = 191+12+105=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C69 is #40F396. Grayscale: #4B4B4B. Windows color (decimal): -4256663 or 6884543. OLE color: 6884543.

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

Color convert

RGB19112105-
CMYK00.940.450.25
HSL328.83º88.18%39.8%-
HSV(B)328.83º93.72%74.9%-
XYZ24.1712.3614.48-
YUV76.12144.3209.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=62.01%
G=3.90%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911210500.940.450.25328.8388.1839.8
HexBFC6905E2D191495828
Octal277141510136553151113050
Binary101111111100110100101011110101101110011010010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C69; }

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

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

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

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

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

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

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

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