Shades of Tapestry #BD6780
Tints of Tapestry #BD6780
RGB
CMYK
RGB Variations
Color information
#BD6780 (or 0xBD6780) is known color: Tapestry. HEX triplet: BD, 67 and 80. RGB value is (189,103,128). Sum of RGB (Red+Green+Blue) = 189+103+128=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6780 is #42987F. Grayscale: #838383. Windows color (decimal): -4364416 or 8415165. OLE color: 8415165.
HSL color Cylindrical-coordinate representation of color #BD6780: hue angle of 342.56º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6780 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 128 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.26 |
| HSL | 342.56º | 0.39% | 0.57% | - |
| HSV(B) | 342.56º | 0.46% | 0.74% | - |
| XYZ | 29.73 | 22.08 | 23.12 | - |
| YUV | 131.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 128 | 0 | 0.46 | 0.32 | 0.26 | 342.56 | 0.39 | 0.57 |
| Hex | BD | 67 | 80 | 0 | 2E | 20 | 1A | 157 | 27 | 39 |
| Octal | 275 | 147 | 200 | 0 | 56 | 40 | 32 | 527 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10000000 | 0 | 101110 | 100000 | 11010 | 101010111 | 100111 | 111001 |
Color Harmonies of #BD6780
Complementary color
Monochromatic Colors of #BD6780
Black with #BD6780
Text Example
Text Example
White with #BD6780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6780; }
p { color: rgb(189,103,128); }
H1.HeaderClassName
{
color: #BD6780;
}
.AnyTagClassName
{
color: #BD6780;
}
</style>
background-color css
<style>
a { background-color: #BD6780; }
a { background-color: rgb(189,103,128); }
div.DivClassName
{
background-color: #BD6780;
}
.BgClassName
{
background-color: #BD6780;
}
</style>
border-color css
<style>
span { border-color: #BD6780; }
span { border-color: rgb(189,103,128); }
td.TdClassName
{
border-color: #BD6780;
}
.TagClassName
{
border-color: #BD6780;
}
</style>