#BD797D

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

Shades of Tapestry #BD797D

Tints of Tapestry #BD797D

Color information

#BD797D (or 0xBD797D) is unknown color: approx Tapestry. HEX triplet: BD, 79 and 7D. RGB value is (189,121,125). Sum of RGB (Red+Green+Blue) = 189+121+125=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD797D is #428682. Grayscale: #8D8D8D. Windows color (decimal): -4359811 or 8223165. OLE color: 8223165.

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

Color convert

RGB189121125-
CMYK00.360.340.26
HSL356.47º34%60.78%-
HSV(B)356.47º35.98%74.12%-
XYZ31.5325.9722.75-
YUV141.79118.53161.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=43.45%
G=27.82%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912112500.360.340.26356.473460.78
HexBD797D024221A164223d
Octal27517117504442325444275
Binary1011110111110011111101010010010001011010101100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD797D; }

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

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

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

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

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

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

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

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