Shades of Tapestry #BD6981
Tints of Tapestry #BD6981
RGB
CMYK
RGB Variations
Color information
#BD6981 (or 0xBD6981) is known color: Tapestry. HEX triplet: BD, 69 and 81. RGB value is (189,105,129). Sum of RGB (Red+Green+Blue) = 189+105+129=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6981 is #42967E. Grayscale: #848484. Windows color (decimal): -4363903 or 8481213. OLE color: 8481213.
HSL color Cylindrical-coordinate representation of color #BD6981: hue angle of 342.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6981 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 129 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.26 |
| HSL | 342.86º | 0.39% | 0.58% | - |
| HSV(B) | 342.86º | 0.44% | 0.74% | - |
| XYZ | 30 | 22.51 | 23.53 | - |
| YUV | 132.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 129 | 0 | 0.44 | 0.32 | 0.26 | 342.86 | 0.39 | 0.58 |
| Hex | BD | 69 | 81 | 0 | 2C | 20 | 1A | 157 | 27 | 3A |
| Octal | 275 | 151 | 201 | 0 | 54 | 40 | 32 | 527 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10000001 | 0 | 101100 | 100000 | 11010 | 101010111 | 100111 | 111010 |
Color Harmonies of #BD6981
Complementary color
Monochromatic Colors of #BD6981
Black with #BD6981
Text Example
Text Example
White with #BD6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6981; }
p { color: rgb(189,105,129); }
H1.HeaderClassName
{
color: #BD6981;
}
.AnyTagClassName
{
color: #BD6981;
}
</style>
background-color css
<style>
a { background-color: #BD6981; }
a { background-color: rgb(189,105,129); }
div.DivClassName
{
background-color: #BD6981;
}
.BgClassName
{
background-color: #BD6981;
}
</style>
border-color css
<style>
span { border-color: #BD6981; }
span { border-color: rgb(189,105,129); }
td.TdClassName
{
border-color: #BD6981;
}
.TagClassName
{
border-color: #BD6981;
}
</style>