#BD7983

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

Shades of Tapestry #BD7983

Tints of Tapestry #BD7983

Color information

#BD7983 (or 0xBD7983) is unknown color: approx Tapestry. HEX triplet: BD, 79 and 83. RGB value is (189,121,131). Sum of RGB (Red+Green+Blue) = 189+121+131=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7983 is #42867C. Grayscale: #8E8E8E. Windows color (decimal): -4359805 or 8616381. OLE color: 8616381.

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

Color convert

RGB189121131-
CMYK00.360.310.26
HSL351.18º34%60.78%-
HSV(B)351.18º35.98%74.12%-
XYZ31.9226.1324.83-
YUV142.47121.53161.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=42.86%
G=27.44%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912113100.360.310.26351.183460.78
HexBD79830241F1A15f223d
Octal27517120304437325374275
Binary1011110111110011000001101001001111111010101011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7983; }

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

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

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

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

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

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

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

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