Shades of Tapestry #B47F8B
Tints of Tapestry #B47F8B
RGB
CMYK
RGB Variations
Color information
#B47F8B (or 0xB47F8B) is known color: Tapestry. HEX triplet: B4, 7F and 8B. RGB value is (180,127,139). Sum of RGB (Red+Green+Blue) = 180+127+139=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F8B is #4B8074. Grayscale: #909090. Windows color (decimal): -4948085 or 9142196. OLE color: 9142196.
HSL color Cylindrical-coordinate representation of color #B47F8B: hue angle of 346.42º 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 #B47F8B is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 139 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.29 |
| HSL | 346.42º | 0.26% | 0.6% | - |
| HSV(B) | 346.42º | 0.29% | 0.71% | - |
| XYZ | 31.07 | 26.75 | 27.95 | - |
| YUV | 144.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 139 | 0 | 0.29 | 0.23 | 0.29 | 346.42 | 0.26 | 0.6 |
| Hex | B4 | 7F | 8B | 0 | 1D | 17 | 1D | 15A | 1A | 3C |
| Octal | 264 | 177 | 213 | 0 | 35 | 27 | 35 | 532 | 32 | 74 |
| Binary | 10110100 | 1111111 | 10001011 | 0 | 11101 | 10111 | 11101 | 101011010 | 11010 | 111100 |
Color Harmonies of #B47F8B
Complementary color
Monochromatic Colors of #B47F8B
Black with #B47F8B
Text Example
Text Example
White with #B47F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47F8B; }
p { color: rgb(180,127,139); }
H1.HeaderClassName
{
color: #B47F8B;
}
.AnyTagClassName
{
color: #B47F8B;
}
</style>
background-color css
<style>
a { background-color: #B47F8B; }
a { background-color: rgb(180,127,139); }
div.DivClassName
{
background-color: #B47F8B;
}
.BgClassName
{
background-color: #B47F8B;
}
</style>
border-color css
<style>
span { border-color: #B47F8B; }
span { border-color: rgb(180,127,139); }
td.TdClassName
{
border-color: #B47F8B;
}
.TagClassName
{
border-color: #B47F8B;
}
</style>