#BF797C

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

Shades of Tapestry #BF797C

Tints of Tapestry #BF797C

Color information

#BF797C (or 0xBF797C) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 7C. RGB value is (191,121,124). Sum of RGB (Red+Green+Blue) = 191+121+124=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF797C is #408683. Grayscale: #8E8E8E. Windows color (decimal): -4228740 or 8157631. OLE color: 8157631.

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

Color convert

RGB191121124-
CMYK00.370.350.25
HSL357.43º35.35%61.18%-
HSV(B)357.43º36.65%74.9%-
XYZ31.9626.2122.44-
YUV142.27117.69162.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=43.81%
G=27.75%
B=28.44%

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
Decimal19112112400.370.350.25357.4335.3561.18
HexBF797C0252319165233d
Octal27717117404543315454375
Binary1011111111110011111100010010110001111001101100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF797C; }

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

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

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

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

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

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

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

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