Shades of Tapestry #B17489
Tints of Tapestry #B17489
RGB
CMYK
RGB Variations
Color information
#B17489 (or 0xB17489) is known color: Tapestry. HEX triplet: B1, 74 and 89. RGB value is (177,116,137). Sum of RGB (Red+Green+Blue) = 177+116+137=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B17489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17489 is #4E8B76. Grayscale: #888888. Windows color (decimal): -5147511 or 9008305. OLE color: 9008305.
HSL color Cylindrical-coordinate representation of color #B17489: hue angle of 339.34º 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 #B17489 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 137 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.31 |
| HSL | 339.34º | 0.28% | 0.57% | - |
| HSV(B) | 339.34º | 0.34% | 0.69% | - |
| XYZ | 28.89 | 23.64 | 26.71 | - |
| YUV | 136.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 137 | 0 | 0.34 | 0.23 | 0.31 | 339.34 | 0.28 | 0.57 |
| Hex | B1 | 74 | 89 | 0 | 22 | 17 | 1F | 153 | 1C | 39 |
| Octal | 261 | 164 | 211 | 0 | 42 | 27 | 37 | 523 | 34 | 71 |
| Binary | 10110001 | 1110100 | 10001001 | 0 | 100010 | 10111 | 11111 | 101010011 | 11100 | 111001 |
Color Harmonies of #B17489
Complementary color
Monochromatic Colors of #B17489
Black with #B17489
Text Example
Text Example
White with #B17489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17489; }
p { color: rgb(177,116,137); }
H1.HeaderClassName
{
color: #B17489;
}
.AnyTagClassName
{
color: #B17489;
}
</style>
background-color css
<style>
a { background-color: #B17489; }
a { background-color: rgb(177,116,137); }
div.DivClassName
{
background-color: #B17489;
}
.BgClassName
{
background-color: #B17489;
}
</style>
border-color css
<style>
span { border-color: #B17489; }
span { border-color: rgb(177,116,137); }
td.TdClassName
{
border-color: #B17489;
}
.TagClassName
{
border-color: #B17489;
}
</style>