#BF797A

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

Shades of Tapestry #BF797A

Tints of Tapestry #BF797A

Color information

#BF797A (or 0xBF797A) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 7A. RGB value is (191,121,122). Sum of RGB (Red+Green+Blue) = 191+121+122=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF797A is #408685. Grayscale: #8E8E8E. Windows color (decimal): -4228742 or 8026559. OLE color: 8026559.

HSL color Cylindrical-coordinate representation of color #BF797A: hue angle of 359.14º 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 #BF797A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191121122-
CMYK00.370.360.25
HSL359.14º35.35%61.18%-
HSV(B)359.14º36.65%74.9%-
XYZ31.8426.1621.78-
YUV142.04116.69162.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=44.01%
G=27.88%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112112200.370.360.25359.1435.3561.18
HexBF797A0252419167233d
Octal27717117204544315474375
Binary1011111111110011111010010010110010011001101100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF797A; }

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

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

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

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

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

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

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

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