Shades of Tapestry #B1727F
Tints of Tapestry #B1727F
RGB
CMYK
RGB Variations
Color information
#B1727F (or 0xB1727F) is known color: Tapestry. HEX triplet: B1, 72 and 7F. RGB value is (177,114,127). Sum of RGB (Red+Green+Blue) = 177+114+127=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1727F is #4E8D80. Grayscale: #868686. Windows color (decimal): -5148033 or 8352433. OLE color: 8352433.
HSL color Cylindrical-coordinate representation of color #B1727F: hue angle of 347.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1727F is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 127 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.31 |
| HSL | 347.62º | 0.29% | 0.57% | - |
| HSV(B) | 347.62º | 0.36% | 0.69% | - |
| XYZ | 27.98 | 22.91 | 23.03 | - |
| YUV | 134.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 127 | 0 | 0.36 | 0.28 | 0.31 | 347.62 | 0.29 | 0.57 |
| Hex | B1 | 72 | 7F | 0 | 24 | 1C | 1F | 15C | 1D | 39 |
| Octal | 261 | 162 | 177 | 0 | 44 | 34 | 37 | 534 | 35 | 71 |
| Binary | 10110001 | 1110010 | 1111111 | 0 | 100100 | 11100 | 11111 | 101011100 | 11101 | 111001 |
Color Harmonies of #B1727F
Complementary color
Monochromatic Colors of #B1727F
Black with #B1727F
Text Example
Text Example
White with #B1727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1727F; }
p { color: rgb(177,114,127); }
H1.HeaderClassName
{
color: #B1727F;
}
.AnyTagClassName
{
color: #B1727F;
}
</style>
background-color css
<style>
a { background-color: #B1727F; }
a { background-color: rgb(177,114,127); }
div.DivClassName
{
background-color: #B1727F;
}
.BgClassName
{
background-color: #B1727F;
}
</style>
border-color css
<style>
span { border-color: #B1727F; }
span { border-color: rgb(177,114,127); }
td.TdClassName
{
border-color: #B1727F;
}
.TagClassName
{
border-color: #B1727F;
}
</style>