Shades of Tapestry #BD7287
Tints of Tapestry #BD7287
RGB
CMYK
RGB Variations
Color information
#BD7287 (or 0xBD7287) is known color: Tapestry. HEX triplet: BD, 72 and 87. RGB value is (189,114,135). Sum of RGB (Red+Green+Blue) = 189+114+135=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7287 is #428D78. Grayscale: #8A8A8A. Windows color (decimal): -4361593 or 8876733. OLE color: 8876733.
HSL color Cylindrical-coordinate representation of color #BD7287: hue angle of 343.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7287 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 135 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.26 |
| HSL | 343.2º | 0.36% | 0.59% | - |
| HSV(B) | 343.2º | 0.4% | 0.74% | - |
| XYZ | 31.38 | 24.6 | 26.02 | - |
| YUV | 138.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 135 | 0 | 0.40 | 0.29 | 0.26 | 343.2 | 0.36 | 0.59 |
| Hex | BD | 72 | 87 | 0 | 28 | 1D | 1A | 157 | 24 | 3B |
| Octal | 275 | 162 | 207 | 0 | 50 | 35 | 32 | 527 | 44 | 73 |
| Binary | 10111101 | 1110010 | 10000111 | 0 | 101000 | 11101 | 11010 | 101010111 | 100100 | 111011 |
Color Harmonies of #BD7287
Complementary color
Monochromatic Colors of #BD7287
Black with #BD7287
Text Example
Text Example
White with #BD7287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7287; }
p { color: rgb(189,114,135); }
H1.HeaderClassName
{
color: #BD7287;
}
.AnyTagClassName
{
color: #BD7287;
}
</style>
background-color css
<style>
a { background-color: #BD7287; }
a { background-color: rgb(189,114,135); }
div.DivClassName
{
background-color: #BD7287;
}
.BgClassName
{
background-color: #BD7287;
}
</style>
border-color css
<style>
span { border-color: #BD7287; }
span { border-color: rgb(189,114,135); }
td.TdClassName
{
border-color: #BD7287;
}
.TagClassName
{
border-color: #BD7287;
}
</style>