#BD747C

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

Shades of Tapestry #BD747C

Tints of Tapestry #BD747C

Color information

#BD747C (or 0xBD747C) is unknown color: approx Tapestry. HEX triplet: BD, 74 and 7C. RGB value is (189,116,124). Sum of RGB (Red+Green+Blue) = 189+116+124=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747C is #428B83. Grayscale: #8A8A8A. Windows color (decimal): -4361092 or 8156349. OLE color: 8156349.

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

Color convert

RGB189116124-
CMYK00.390.340.26
HSL353.42º35.61%59.8%-
HSV(B)353.42º38.62%74.12%-
XYZ30.8724.7622.22-
YUV138.74119.68163.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=44.06%
G=27.04%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911612400.390.340.26353.4235.6159.8
HexBD747C027221A161243c
Octal27516417404742325414474
Binary1011110111101001111100010011110001011010101100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD747C; }

 p { color: rgb(189,116,124); }

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

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

 a { background-color: rgb(189,116,124); }

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

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

 span { border-color: rgb(189,116,124); }

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