Shades of Tapestry #B17481
Tints of Tapestry #B17481
RGB
CMYK
RGB Variations
Color information
#B17481 (or 0xB17481) is known color: Tapestry. HEX triplet: B1, 74 and 81. RGB value is (177,116,129). Sum of RGB (Red+Green+Blue) = 177+116+129=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17481 is #4E8B7E. Grayscale: #878787. Windows color (decimal): -5147519 or 8484017. OLE color: 8484017.
HSL color Cylindrical-coordinate representation of color #B17481: hue angle of 347.21º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17481 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 129 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.31 |
| HSL | 347.21º | 0.28% | 0.57% | - |
| HSV(B) | 347.21º | 0.34% | 0.69% | - |
| XYZ | 28.34 | 23.42 | 23.8 | - |
| YUV | 135.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 129 | 0 | 0.34 | 0.27 | 0.31 | 347.21 | 0.28 | 0.57 |
| Hex | B1 | 74 | 81 | 0 | 22 | 1B | 1F | 15B | 1C | 39 |
| Octal | 261 | 164 | 201 | 0 | 42 | 33 | 37 | 533 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10000001 | 0 | 100010 | 11011 | 11111 | 101011011 | 11100 | 111001 |
Color Harmonies of #B17481
Complementary color
Monochromatic Colors of #B17481
Black with #B17481
Text Example
Text Example
White with #B17481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17481; }
p { color: rgb(177,116,129); }
H1.HeaderClassName
{
color: #B17481;
}
.AnyTagClassName
{
color: #B17481;
}
</style>
background-color css
<style>
a { background-color: #B17481; }
a { background-color: rgb(177,116,129); }
div.DivClassName
{
background-color: #B17481;
}
.BgClassName
{
background-color: #B17481;
}
</style>
border-color css
<style>
span { border-color: #B17481; }
span { border-color: rgb(177,116,129); }
td.TdClassName
{
border-color: #B17481;
}
.TagClassName
{
border-color: #B17481;
}
</style>