Shades of Tapestry #BD747D
Tints of Tapestry #BD747D
RGB
CMYK
RGB Variations
Color information
#BD747D (or 0xBD747D) is known color: Tapestry. HEX triplet: BD, 74 and 7D. RGB value is (189,116,125). Sum of RGB (Red+Green+Blue) = 189+116+125=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747D is #428B82. Grayscale: #8A8A8A. Windows color (decimal): -4361091 or 8221885. OLE color: 8221885.
HSL color Cylindrical-coordinate representation of color #BD747D: hue angle of 352.6º 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 #BD747D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 125 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.26 |
| HSL | 352.6º | 0.36% | 0.6% | - |
| HSV(B) | 352.6º | 0.39% | 0.74% | - |
| XYZ | 30.93 | 24.79 | 22.56 | - |
| YUV | 138.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 125 | 0 | 0.39 | 0.34 | 0.26 | 352.6 | 0.36 | 0.6 |
| Hex | BD | 74 | 7D | 0 | 27 | 22 | 1A | 161 | 24 | 3C |
| Octal | 275 | 164 | 175 | 0 | 47 | 42 | 32 | 541 | 44 | 74 |
| Binary | 10111101 | 1110100 | 1111101 | 0 | 100111 | 100010 | 11010 | 101100001 | 100100 | 111100 |
Color Harmonies of #BD747D
Complementary color
Monochromatic Colors of #BD747D
Black with #BD747D
Text Example
Text Example
White with #BD747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD747D; }
p { color: rgb(189,116,125); }
H1.HeaderClassName
{
color: #BD747D;
}
.AnyTagClassName
{
color: #BD747D;
}
</style>
background-color css
<style>
a { background-color: #BD747D; }
a { background-color: rgb(189,116,125); }
div.DivClassName
{
background-color: #BD747D;
}
.BgClassName
{
background-color: #BD747D;
}
</style>
border-color css
<style>
span { border-color: #BD747D; }
span { border-color: rgb(189,116,125); }
td.TdClassName
{
border-color: #BD747D;
}
.TagClassName
{
border-color: #BD747D;
}
</style>