#BD797E

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

Shades of Tapestry #BD797E

Tints of Tapestry #BD797E

Color information

#BD797E (or 0xBD797E) is unknown color: approx Tapestry. HEX triplet: BD, 79 and 7E. RGB value is (189,121,126). Sum of RGB (Red+Green+Blue) = 189+121+126=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797E is #428681. Grayscale: #8D8D8D. Windows color (decimal): -4359810 or 8288701. OLE color: 8288701.

HSL color Cylindrical-coordinate representation of color #BD797E: hue angle of 355.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD797E is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189121126-
CMYK00.360.330.26
HSL355.59º34%60.78%-
HSV(B)355.59º35.98%74.12%-
XYZ31.592623.09-
YUV141.9119.03161.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=43.35%
G=27.75%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912112600.360.330.26355.593460.78
HexBD797E024211A164223d
Octal27517117604441325444275
Binary1011110111110011111110010010010000111010101100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD797E; }

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

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

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

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

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

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

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

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