#BD797F

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

Shades of Tapestry #BD797F

Tints of Tapestry #BD797F

Color information

#BD797F (or 0xBD797F) is unknown color: approx Tapestry. HEX triplet: BD, 79 and 7F. RGB value is (189,121,127). Sum of RGB (Red+Green+Blue) = 189+121+127=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797F is #428680. Grayscale: #8E8E8E. Windows color (decimal): -4359809 or 8354237. OLE color: 8354237.

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

Color convert

RGB189121127-
CMYK00.360.330.26
HSL354.71º34%60.78%-
HSV(B)354.71º35.98%74.12%-
XYZ31.6526.0323.43-
YUV142.02119.53161.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 127 (50% from 255) = 29.06%
R=43.25%
G=27.69%
B=29.06%

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
Decimal18912112700.360.330.26354.713460.78
HexBD797F024211A163223d
Octal27517117704441325434275
Binary1011110111110011111111010010010000111010101100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD797F; }

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

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

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

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

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

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

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

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