#BF1263

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

Shades of Jazzberry Jam #BF1263

Tints of Jazzberry Jam #BF1263

Color information

#BF1263 (or 0xBF1263) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 12 and 63. RGB value is (191,18,99). Sum of RGB (Red+Green+Blue) = 191+18+99=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1263 is #40ED9C. Grayscale: #4E4E4E. Windows color (decimal): -4255133 or 6492863. OLE color: 6492863.

HSL color Cylindrical-coordinate representation of color #BF1263: hue angle of 331.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1263 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1911899-
CMYK00.910.480.25
HSL331.91º82.78%40.98%-
HSV(B)331.91º90.58%74.9%-
XYZ23.9512.4112.94-
YUV78.96139.31207.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=62.01%
G=5.84%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191189900.910.480.25331.9182.7840.98
HexBF126305B301914c5329
Octal277221430133603151412351
Binary1011111110010110001101011011110000110011010011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1263; }

 p { color: rgb(191,18,99); }

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

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

 a { background-color: rgb(191,18,99); }

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

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

 span { border-color: rgb(191,18,99); }

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