#BF165E

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

Shades of Jazzberry Jam #BF165E

Tints of Jazzberry Jam #BF165E

Color information

#BF165E (or 0xBF165E) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 16 and 5E. RGB value is (191,22,94). Sum of RGB (Red+Green+Blue) = 191+22+94=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF165E is #40E9A1. Grayscale: #505050. Windows color (decimal): -4254114 or 6166207. OLE color: 6166207.

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

Color convert

RGB1912294-
CMYK00.880.510.25
HSL334.44º79.34%41.76%-
HSV(B)334.44º88.48%74.9%-
XYZ23.7912.4611.74-
YUV80.74135.49206.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=62.21%
G=7.17%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191229400.880.510.25334.4479.3441.76
HexBF165E058331914e4f2a
Octal277261360130633151611752
Binary1011111110110101111001011000110011110011010011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF165E; }

 p { color: rgb(191,22,94); }

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

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

 a { background-color: rgb(191,22,94); }

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

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

 span { border-color: rgb(191,22,94); }

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