Shades of Tapestry #BD7681
Tints of Tapestry #BD7681
RGB
CMYK
RGB Variations
Color information
#BD7681 (or 0xBD7681) is known color: Tapestry. HEX triplet: BD, 76 and 81. RGB value is (189,118,129). Sum of RGB (Red+Green+Blue) = 189+118+129=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7681 is #42897E. Grayscale: #8C8C8C. Windows color (decimal): -4360575 or 8484541. OLE color: 8484541.
HSL color Cylindrical-coordinate representation of color #BD7681: hue angle of 350.7º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7681 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 129 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.26 |
| HSL | 350.7º | 0.35% | 0.6% | - |
| HSV(B) | 350.7º | 0.38% | 0.74% | - |
| XYZ | 31.43 | 25.36 | 24.01 | - |
| YUV | 140.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 129 | 0 | 0.38 | 0.32 | 0.26 | 350.7 | 0.35 | 0.6 |
| Hex | BD | 76 | 81 | 0 | 26 | 20 | 1A | 15F | 23 | 3C |
| Octal | 275 | 166 | 201 | 0 | 46 | 40 | 32 | 537 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10000001 | 0 | 100110 | 100000 | 11010 | 101011111 | 100011 | 111100 |
Color Harmonies of #BD7681
Complementary color
Monochromatic Colors of #BD7681
Black with #BD7681
Text Example
Text Example
White with #BD7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7681; }
p { color: rgb(189,118,129); }
H1.HeaderClassName
{
color: #BD7681;
}
.AnyTagClassName
{
color: #BD7681;
}
</style>
background-color css
<style>
a { background-color: #BD7681; }
a { background-color: rgb(189,118,129); }
div.DivClassName
{
background-color: #BD7681;
}
.BgClassName
{
background-color: #BD7681;
}
</style>
border-color css
<style>
span { border-color: #BD7681; }
span { border-color: rgb(189,118,129); }
td.TdClassName
{
border-color: #BD7681;
}
.TagClassName
{
border-color: #BD7681;
}
</style>