Shades of Tapestry #B1727E
Tints of Tapestry #B1727E
RGB
CMYK
RGB Variations
Color information
#B1727E (or 0xB1727E) is known color: Tapestry. HEX triplet: B1, 72 and 7E. RGB value is (177,114,126). Sum of RGB (Red+Green+Blue) = 177+114+126=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1727E is #4E8D81. Grayscale: #868686. Windows color (decimal): -5148034 or 8286897. OLE color: 8286897.
HSL color Cylindrical-coordinate representation of color #B1727E: hue angle of 348.57º 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 #B1727E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 126 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.31 |
| HSL | 348.57º | 0.29% | 0.57% | - |
| HSV(B) | 348.57º | 0.36% | 0.69% | - |
| XYZ | 27.91 | 22.89 | 22.69 | - |
| YUV | 134.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 126 | 0 | 0.36 | 0.29 | 0.31 | 348.57 | 0.29 | 0.57 |
| Hex | B1 | 72 | 7E | 0 | 24 | 1D | 1F | 15D | 1D | 39 |
| Octal | 261 | 162 | 176 | 0 | 44 | 35 | 37 | 535 | 35 | 71 |
| Binary | 10110001 | 1110010 | 1111110 | 0 | 100100 | 11101 | 11111 | 101011101 | 11101 | 111001 |
Color Harmonies of #B1727E
Complementary color
Monochromatic Colors of #B1727E
Black with #B1727E
Text Example
Text Example
White with #B1727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1727E; }
p { color: rgb(177,114,126); }
H1.HeaderClassName
{
color: #B1727E;
}
.AnyTagClassName
{
color: #B1727E;
}
</style>
background-color css
<style>
a { background-color: #B1727E; }
a { background-color: rgb(177,114,126); }
div.DivClassName
{
background-color: #B1727E;
}
.BgClassName
{
background-color: #B1727E;
}
</style>
border-color css
<style>
span { border-color: #B1727E; }
span { border-color: rgb(177,114,126); }
td.TdClassName
{
border-color: #B1727E;
}
.TagClassName
{
border-color: #B1727E;
}
</style>