Shades of Tapestry #B48085
Tints of Tapestry #B48085
RGB
CMYK
RGB Variations
Color information
#B48085 (or 0xB48085) is known color: Tapestry. HEX triplet: B4, 80 and 85. RGB value is (180,128,133). Sum of RGB (Red+Green+Blue) = 180+128+133=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B48085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48085 is #4B7F7A. Grayscale: #909090. Windows color (decimal): -4947835 or 8749236. OLE color: 8749236.
HSL color Cylindrical-coordinate representation of color #B48085: hue angle of 354.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B48085 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 133 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.29 |
| HSL | 354.23º | 0.26% | 0.6% | - |
| HSV(B) | 354.23º | 0.29% | 0.71% | - |
| XYZ | 30.78 | 26.84 | 25.75 | - |
| YUV | 144.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 133 | 0 | 0.29 | 0.26 | 0.29 | 354.23 | 0.26 | 0.6 |
| Hex | B4 | 80 | 85 | 0 | 1D | 1A | 1D | 162 | 1A | 3C |
| Octal | 264 | 200 | 205 | 0 | 35 | 32 | 35 | 542 | 32 | 74 |
| Binary | 10110100 | 10000000 | 10000101 | 0 | 11101 | 11010 | 11101 | 101100010 | 11010 | 111100 |
Color Harmonies of #B48085
Complementary color
Monochromatic Colors of #B48085
Black with #B48085
Text Example
Text Example
White with #B48085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48085; }
p { color: rgb(180,128,133); }
H1.HeaderClassName
{
color: #B48085;
}
.AnyTagClassName
{
color: #B48085;
}
</style>
background-color css
<style>
a { background-color: #B48085; }
a { background-color: rgb(180,128,133); }
div.DivClassName
{
background-color: #B48085;
}
.BgClassName
{
background-color: #B48085;
}
</style>
border-color css
<style>
span { border-color: #B48085; }
span { border-color: rgb(180,128,133); }
td.TdClassName
{
border-color: #B48085;
}
.TagClassName
{
border-color: #B48085;
}
</style>