#BF797D

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

Shades of Tapestry #BF797D

Tints of Tapestry #BF797D

Color information

#BF797D (or 0xBF797D) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 7D. RGB value is (191,121,125). Sum of RGB (Red+Green+Blue) = 191+121+125=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF797D is #408682. Grayscale: #8E8E8E. Windows color (decimal): -4228739 or 8223167. OLE color: 8223167.

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

Color convert

RGB191121125-
CMYK00.370.350.25
HSL356.57º35.35%61.18%-
HSV(B)356.57º36.65%74.9%-
XYZ32.0226.2322.78-
YUV142.39118.19162.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=43.71%
G=27.69%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112112500.370.350.25356.5735.3561.18
HexBF797D0252319165233d
Octal27717117504543315454375
Binary1011111111110011111101010010110001111001101100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF797D; }

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

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

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

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

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

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

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

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