#BD747E

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

Shades of Tapestry #BD747E

Tints of Tapestry #BD747E

Color information

#BD747E (or 0xBD747E) is unknown color: approx Tapestry. HEX triplet: BD, 74 and 7E. RGB value is (189,116,126). Sum of RGB (Red+Green+Blue) = 189+116+126=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747E is #428B81. Grayscale: #8B8B8B. Windows color (decimal): -4361090 or 8287421. OLE color: 8287421.

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

Color convert

RGB189116126-
CMYK00.390.330.26
HSL351.78º35.61%59.8%-
HSV(B)351.78º38.62%74.12%-
XYZ3124.8222.89-
YUV138.97120.68163.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=43.85%
G=26.91%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911612600.390.330.26351.7835.6159.8
HexBD747E027211A160243c
Octal27516417604741325404474
Binary1011110111101001111110010011110000111010101100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD747E; }

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

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

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

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

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

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

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

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