Shades of Tapestry #BD7885
Tints of Tapestry #BD7885
RGB
CMYK
RGB Variations
Color information
#BD7885 (or 0xBD7885) is known color: Tapestry. HEX triplet: BD, 78 and 85. RGB value is (189,120,133). Sum of RGB (Red+Green+Blue) = 189+120+133=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7885 is #42877A. Grayscale: #8E8E8E. Windows color (decimal): -4360059 or 8747197. OLE color: 8747197.
HSL color Cylindrical-coordinate representation of color #BD7885: hue angle of 348.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7885 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 133 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.26 |
| HSL | 348.7º | 0.34% | 0.61% | - |
| HSV(B) | 348.7º | 0.37% | 0.74% | - |
| XYZ | 31.94 | 25.95 | 25.52 | - |
| YUV | 142.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 133 | 0 | 0.37 | 0.30 | 0.26 | 348.7 | 0.34 | 0.61 |
| Hex | BD | 78 | 85 | 0 | 25 | 1E | 1A | 15D | 22 | 3D |
| Octal | 275 | 170 | 205 | 0 | 45 | 36 | 32 | 535 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10000101 | 0 | 100101 | 11110 | 11010 | 101011101 | 100010 | 111101 |
Color Harmonies of #BD7885
Complementary color
Monochromatic Colors of #BD7885
Black with #BD7885
Text Example
Text Example
White with #BD7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7885; }
p { color: rgb(189,120,133); }
H1.HeaderClassName
{
color: #BD7885;
}
.AnyTagClassName
{
color: #BD7885;
}
</style>
background-color css
<style>
a { background-color: #BD7885; }
a { background-color: rgb(189,120,133); }
div.DivClassName
{
background-color: #BD7885;
}
.BgClassName
{
background-color: #BD7885;
}
</style>
border-color css
<style>
span { border-color: #BD7885; }
span { border-color: rgb(189,120,133); }
td.TdClassName
{
border-color: #BD7885;
}
.TagClassName
{
border-color: #BD7885;
}
</style>