#BF797E

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

Shades of Tapestry #BF797E

Tints of Tapestry #BF797E

Color information

#BF797E (or 0xBF797E) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 7E. RGB value is (191,121,126). Sum of RGB (Red+Green+Blue) = 191+121+126=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF797E is #408681. Grayscale: #8E8E8E. Windows color (decimal): -4228738 or 8288703. OLE color: 8288703.

HSL color Cylindrical-coordinate representation of color #BF797E: hue angle of 355.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF797E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191121126-
CMYK00.370.340.25
HSL355.71º35.35%61.18%-
HSV(B)355.71º36.65%74.9%-
XYZ32.0926.2623.12-
YUV142.5118.69162.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=43.61%
G=27.63%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112112600.370.340.25355.7135.3561.18
HexBF797E0252219164233d
Octal27717117604542315444375
Binary1011111111110011111110010010110001011001101100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF797E; }

 p { color: rgb(191,121,126); }

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

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

 a { background-color: rgb(191,121,126); }

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

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

 span { border-color: rgb(191,121,126); }

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