Shades of Tapestry #B78286
Tints of Tapestry #B78286
RGB
CMYK
RGB Variations
Color information
#B78286 (or 0xB78286) is known color: Tapestry. HEX triplet: B7, 82 and 86. RGB value is (183,130,134). Sum of RGB (Red+Green+Blue) = 183+130+134=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B78286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78286 is #487D79. Grayscale: #929292. Windows color (decimal): -4750714 or 8815287. OLE color: 8815287.
HSL color Cylindrical-coordinate representation of color #B78286: hue angle of 355.47º 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 #B78286 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 134 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.28 |
| HSL | 355.47º | 0.27% | 0.61% | - |
| HSV(B) | 355.47º | 0.29% | 0.72% | - |
| XYZ | 31.81 | 27.75 | 26.23 | - |
| YUV | 146.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 134 | 0 | 0.29 | 0.27 | 0.28 | 355.47 | 0.27 | 0.61 |
| Hex | B7 | 82 | 86 | 0 | 1D | 1B | 1C | 163 | 1B | 3D |
| Octal | 267 | 202 | 206 | 0 | 35 | 33 | 34 | 543 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10000110 | 0 | 11101 | 11011 | 11100 | 101100011 | 11011 | 111101 |
Color Harmonies of #B78286
Complementary color
Monochromatic Colors of #B78286
Black with #B78286
Text Example
Text Example
White with #B78286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78286; }
p { color: rgb(183,130,134); }
H1.HeaderClassName
{
color: #B78286;
}
.AnyTagClassName
{
color: #B78286;
}
</style>
background-color css
<style>
a { background-color: #B78286; }
a { background-color: rgb(183,130,134); }
div.DivClassName
{
background-color: #B78286;
}
.BgClassName
{
background-color: #B78286;
}
</style>
border-color css
<style>
span { border-color: #B78286; }
span { border-color: rgb(183,130,134); }
td.TdClassName
{
border-color: #B78286;
}
.TagClassName
{
border-color: #B78286;
}
</style>