Shades of Tapestry #B48194
Tints of Tapestry #B48194
RGB
CMYK
RGB Variations
Color information
#B48194 (or 0xB48194) is known color: Tapestry. HEX triplet: B4, 81 and 94. RGB value is (180,129,148). Sum of RGB (Red+Green+Blue) = 180+129+148=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48194 is #4B7E6B. Grayscale: #929292. Windows color (decimal): -4947564 or 9732532. OLE color: 9732532.
HSL color Cylindrical-coordinate representation of color #B48194: hue angle of 337.65º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B48194 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 148 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.29 |
| HSL | 337.65º | 0.25% | 0.61% | - |
| HSV(B) | 337.65º | 0.28% | 0.71% | - |
| XYZ | 32.02 | 27.54 | 31.65 | - |
| YUV | 146.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 148 | 0 | 0.28 | 0.18 | 0.29 | 337.65 | 0.25 | 0.61 |
| Hex | B4 | 81 | 94 | 0 | 1C | 12 | 1D | 152 | 19 | 3D |
| Octal | 264 | 201 | 224 | 0 | 34 | 22 | 35 | 522 | 31 | 75 |
| Binary | 10110100 | 10000001 | 10010100 | 0 | 11100 | 10010 | 11101 | 101010010 | 11001 | 111101 |
Color Harmonies of #B48194
Complementary color
Monochromatic Colors of #B48194
Black with #B48194
Text Example
Text Example
White with #B48194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48194; }
p { color: rgb(180,129,148); }
H1.HeaderClassName
{
color: #B48194;
}
.AnyTagClassName
{
color: #B48194;
}
</style>
background-color css
<style>
a { background-color: #B48194; }
a { background-color: rgb(180,129,148); }
div.DivClassName
{
background-color: #B48194;
}
.BgClassName
{
background-color: #B48194;
}
</style>
border-color css
<style>
span { border-color: #B48194; }
span { border-color: rgb(180,129,148); }
td.TdClassName
{
border-color: #B48194;
}
.TagClassName
{
border-color: #B48194;
}
</style>