Shades of Tapestry #BD8285
Tints of Tapestry #BD8285
RGB
CMYK
RGB Variations
Color information
#BD8285 (or 0xBD8285) is known color: Tapestry. HEX triplet: BD, 82 and 85. RGB value is (189,130,133). Sum of RGB (Red+Green+Blue) = 189+130+133=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8285 is #427D7A. Grayscale: #949494. Windows color (decimal): -4357499 or 8749757. OLE color: 8749757.
HSL color Cylindrical-coordinate representation of color #BD8285: hue angle of 356.95º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8285 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 133 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.26 |
| HSL | 356.95º | 0.31% | 0.63% | - |
| HSV(B) | 356.95º | 0.31% | 0.74% | - |
| XYZ | 33.2 | 28.48 | 25.94 | - |
| YUV | 147.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 133 | 0 | 0.31 | 0.30 | 0.26 | 356.95 | 0.31 | 0.63 |
| Hex | BD | 82 | 85 | 0 | 1F | 1E | 1A | 165 | 1F | 3F |
| Octal | 275 | 202 | 205 | 0 | 37 | 36 | 32 | 545 | 37 | 77 |
| Binary | 10111101 | 10000010 | 10000101 | 0 | 11111 | 11110 | 11010 | 101100101 | 11111 | 111111 |
Color Harmonies of #BD8285
Complementary color
Monochromatic Colors of #BD8285
Black with #BD8285
Text Example
Text Example
White with #BD8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8285; }
p { color: rgb(189,130,133); }
H1.HeaderClassName
{
color: #BD8285;
}
.AnyTagClassName
{
color: #BD8285;
}
</style>
background-color css
<style>
a { background-color: #BD8285; }
a { background-color: rgb(189,130,133); }
div.DivClassName
{
background-color: #BD8285;
}
.BgClassName
{
background-color: #BD8285;
}
</style>
border-color css
<style>
span { border-color: #BD8285; }
span { border-color: rgb(189,130,133); }
td.TdClassName
{
border-color: #BD8285;
}
.TagClassName
{
border-color: #BD8285;
}
</style>