Shades of Tapestry #B78285
Tints of Tapestry #B78285
RGB
CMYK
RGB Variations
Color information
#B78285 (or 0xB78285) is known color: Tapestry. HEX triplet: B7, 82 and 85. RGB value is (183,130,133). Sum of RGB (Red+Green+Blue) = 183+130+133=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78285 is #487D7A. Grayscale: #929292. Windows color (decimal): -4750715 or 8749751. OLE color: 8749751.
HSL color Cylindrical-coordinate representation of color #B78285: hue angle of 356.6º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B78285 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 133 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.28 |
| HSL | 356.6º | 0.27% | 0.61% | - |
| HSV(B) | 356.6º | 0.29% | 0.72% | - |
| XYZ | 31.74 | 27.73 | 25.87 | - |
| YUV | 146.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 133 | 0 | 0.29 | 0.27 | 0.28 | 356.6 | 0.27 | 0.61 |
| Hex | B7 | 82 | 85 | 0 | 1D | 1B | 1C | 165 | 1B | 3D |
| Octal | 267 | 202 | 205 | 0 | 35 | 33 | 34 | 545 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10000101 | 0 | 11101 | 11011 | 11100 | 101100101 | 11011 | 111101 |
Color Harmonies of #B78285
Complementary color
Monochromatic Colors of #B78285
Black with #B78285
Text Example
Text Example
White with #B78285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78285; }
p { color: rgb(183,130,133); }
H1.HeaderClassName
{
color: #B78285;
}
.AnyTagClassName
{
color: #B78285;
}
</style>
background-color css
<style>
a { background-color: #B78285; }
a { background-color: rgb(183,130,133); }
div.DivClassName
{
background-color: #B78285;
}
.BgClassName
{
background-color: #B78285;
}
</style>
border-color css
<style>
span { border-color: #B78285; }
span { border-color: rgb(183,130,133); }
td.TdClassName
{
border-color: #B78285;
}
.TagClassName
{
border-color: #B78285;
}
</style>