Shades of Tapestry #BD7D80
Tints of Tapestry #BD7D80
RGB
CMYK
RGB Variations
Color information
#BD7D80 (or 0xBD7D80) is known color: Tapestry. HEX triplet: BD, 7D and 80. RGB value is (189,125,128). Sum of RGB (Red+Green+Blue) = 189+125+128=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D80 is #42827F. Grayscale: #909090. Windows color (decimal): -4358784 or 8420797. OLE color: 8420797.
HSL color Cylindrical-coordinate representation of color #BD7D80: hue angle of 357.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D80 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 128 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.26 |
| HSL | 357.19º | 0.33% | 0.62% | - |
| HSV(B) | 357.19º | 0.34% | 0.74% | - |
| XYZ | 32.22 | 27.04 | 23.94 | - |
| YUV | 144.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 128 | 0 | 0.34 | 0.32 | 0.26 | 357.19 | 0.33 | 0.62 |
| Hex | BD | 7D | 80 | 0 | 22 | 20 | 1A | 165 | 21 | 3E |
| Octal | 275 | 175 | 200 | 0 | 42 | 40 | 32 | 545 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10000000 | 0 | 100010 | 100000 | 11010 | 101100101 | 100001 | 111110 |
Color Harmonies of #BD7D80
Complementary color
Monochromatic Colors of #BD7D80
Black with #BD7D80
Text Example
Text Example
White with #BD7D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D80; }
p { color: rgb(189,125,128); }
H1.HeaderClassName
{
color: #BD7D80;
}
.AnyTagClassName
{
color: #BD7D80;
}
</style>
background-color css
<style>
a { background-color: #BD7D80; }
a { background-color: rgb(189,125,128); }
div.DivClassName
{
background-color: #BD7D80;
}
.BgClassName
{
background-color: #BD7D80;
}
</style>
border-color css
<style>
span { border-color: #BD7D80; }
span { border-color: rgb(189,125,128); }
td.TdClassName
{
border-color: #BD7D80;
}
.TagClassName
{
border-color: #BD7D80;
}
</style>