Shades of Tapestry #BD7280
Tints of Tapestry #BD7280
RGB
CMYK
RGB Variations
Color information
#BD7280 (or 0xBD7280) is known color: Tapestry. HEX triplet: BD, 72 and 80. RGB value is (189,114,128). Sum of RGB (Red+Green+Blue) = 189+114+128=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7280 is #428D7F. Grayscale: #8A8A8A. Windows color (decimal): -4361600 or 8417981. OLE color: 8417981.
HSL color Cylindrical-coordinate representation of color #BD7280: hue angle of 348.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7280 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 128 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.26 |
| HSL | 348.8º | 0.36% | 0.59% | - |
| HSV(B) | 348.8º | 0.4% | 0.74% | - |
| XYZ | 30.9 | 24.41 | 23.51 | - |
| YUV | 138.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 128 | 0 | 0.40 | 0.32 | 0.26 | 348.8 | 0.36 | 0.59 |
| Hex | BD | 72 | 80 | 0 | 28 | 20 | 1A | 15D | 24 | 3B |
| Octal | 275 | 162 | 200 | 0 | 50 | 40 | 32 | 535 | 44 | 73 |
| Binary | 10111101 | 1110010 | 10000000 | 0 | 101000 | 100000 | 11010 | 101011101 | 100100 | 111011 |
Color Harmonies of #BD7280
Complementary color
Monochromatic Colors of #BD7280
Black with #BD7280
Text Example
Text Example
White with #BD7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7280; }
p { color: rgb(189,114,128); }
H1.HeaderClassName
{
color: #BD7280;
}
.AnyTagClassName
{
color: #BD7280;
}
</style>
background-color css
<style>
a { background-color: #BD7280; }
a { background-color: rgb(189,114,128); }
div.DivClassName
{
background-color: #BD7280;
}
.BgClassName
{
background-color: #BD7280;
}
</style>
border-color css
<style>
span { border-color: #BD7280; }
span { border-color: rgb(189,114,128); }
td.TdClassName
{
border-color: #BD7280;
}
.TagClassName
{
border-color: #BD7280;
}
</style>