Shades of Tapestry #BD747E
Tints of Tapestry #BD747E
RGB
CMYK
RGB Variations
Color information
#BD747E (or 0xBD747E) is known color: 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
| RGB | 189 | 116 | 126 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.26 |
| HSL | 351.78º | 0.36% | 0.6% | - |
| HSV(B) | 351.78º | 0.39% | 0.74% | - |
| XYZ | 31 | 24.82 | 22.89 | - |
| YUV | 138.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 126 | 0 | 0.39 | 0.33 | 0.26 | 351.78 | 0.36 | 0.6 |
| Hex | BD | 74 | 7E | 0 | 27 | 21 | 1A | 160 | 24 | 3C |
| Octal | 275 | 164 | 176 | 0 | 47 | 41 | 32 | 540 | 44 | 74 |
| Binary | 10111101 | 1110100 | 1111110 | 0 | 100111 | 100001 | 11010 | 101100000 | 100100 | 111100 |
Color Harmonies of #BD747E
Complementary color
Monochromatic Colors of #BD747E
Black with #BD747E
Text Example
Text Example
White with #BD747E
Text Example
Text Example
HTML Codes & Css Web 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>