Shades of Tapestry #BD6C80
Tints of Tapestry #BD6C80
RGB
CMYK
RGB Variations
Color information
#BD6C80 (or 0xBD6C80) is known color: Tapestry. HEX triplet: BD, 6C and 80. RGB value is (189,108,128). Sum of RGB (Red+Green+Blue) = 189+108+128=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6C80 is #42937F. Grayscale: #868686. Windows color (decimal): -4363136 or 8416445. OLE color: 8416445.
HSL color Cylindrical-coordinate representation of color #BD6C80: hue angle of 345.19º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C80 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 128 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.26 |
| HSL | 345.19º | 0.38% | 0.58% | - |
| HSV(B) | 345.19º | 0.43% | 0.74% | - |
| XYZ | 30.25 | 23.1 | 23.29 | - |
| YUV | 134.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 128 | 0 | 0.43 | 0.32 | 0.26 | 345.19 | 0.38 | 0.58 |
| Hex | BD | 6C | 80 | 0 | 2B | 20 | 1A | 159 | 26 | 3A |
| Octal | 275 | 154 | 200 | 0 | 53 | 40 | 32 | 531 | 46 | 72 |
| Binary | 10111101 | 1101100 | 10000000 | 0 | 101011 | 100000 | 11010 | 101011001 | 100110 | 111010 |
Color Harmonies of #BD6C80
Complementary color
Monochromatic Colors of #BD6C80
Black with #BD6C80
Text Example
Text Example
White with #BD6C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C80; }
p { color: rgb(189,108,128); }
H1.HeaderClassName
{
color: #BD6C80;
}
.AnyTagClassName
{
color: #BD6C80;
}
</style>
background-color css
<style>
a { background-color: #BD6C80; }
a { background-color: rgb(189,108,128); }
div.DivClassName
{
background-color: #BD6C80;
}
.BgClassName
{
background-color: #BD6C80;
}
</style>
border-color css
<style>
span { border-color: #BD6C80; }
span { border-color: rgb(189,108,128); }
td.TdClassName
{
border-color: #BD6C80;
}
.TagClassName
{
border-color: #BD6C80;
}
</style>