Shades of Tapestry #B17F83
Tints of Tapestry #B17F83
RGB
CMYK
RGB Variations
Color information
#B17F83 (or 0xB17F83) is known color: Tapestry. HEX triplet: B1, 7F and 83. RGB value is (177,127,131). Sum of RGB (Red+Green+Blue) = 177+127+131=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F83 is #4E807C. Grayscale: #8E8E8E. Windows color (decimal): -5144701 or 8617905. OLE color: 8617905.
HSL color Cylindrical-coordinate representation of color #B17F83: hue angle of 355.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F83 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 131 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.31 |
| HSL | 355.2º | 0.24% | 0.6% | - |
| HSV(B) | 355.2º | 0.28% | 0.69% | - |
| XYZ | 29.82 | 26.16 | 24.95 | - |
| YUV | 142.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 131 | 0 | 0.28 | 0.26 | 0.31 | 355.2 | 0.24 | 0.6 |
| Hex | B1 | 7F | 83 | 0 | 1C | 1A | 1F | 163 | 18 | 3C |
| Octal | 261 | 177 | 203 | 0 | 34 | 32 | 37 | 543 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10000011 | 0 | 11100 | 11010 | 11111 | 101100011 | 11000 | 111100 |
Color Harmonies of #B17F83
Complementary color
Monochromatic Colors of #B17F83
Black with #B17F83
Text Example
Text Example
White with #B17F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F83; }
p { color: rgb(177,127,131); }
H1.HeaderClassName
{
color: #B17F83;
}
.AnyTagClassName
{
color: #B17F83;
}
</style>
background-color css
<style>
a { background-color: #B17F83; }
a { background-color: rgb(177,127,131); }
div.DivClassName
{
background-color: #B17F83;
}
.BgClassName
{
background-color: #B17F83;
}
</style>
border-color css
<style>
span { border-color: #B17F83; }
span { border-color: rgb(177,127,131); }
td.TdClassName
{
border-color: #B17F83;
}
.TagClassName
{
border-color: #B17F83;
}
</style>