Shades of Tapestry #B1828F
Tints of Tapestry #B1828F
RGB
CMYK
RGB Variations
Color information
#B1828F (or 0xB1828F) is known color: Tapestry. HEX triplet: B1, 82 and 8F. RGB value is (177,130,143). Sum of RGB (Red+Green+Blue) = 177+130+143=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828F is #4E7D70. Grayscale: #919191. Windows color (decimal): -5143921 or 9405105. OLE color: 9405105.
HSL color Cylindrical-coordinate representation of color #B1828F: hue angle of 343.4º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1828F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 143 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.31 |
| HSL | 343.4º | 0.23% | 0.6% | - |
| HSV(B) | 343.4º | 0.27% | 0.69% | - |
| XYZ | 31.07 | 27.3 | 29.62 | - |
| YUV | 145.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 143 | 0 | 0.27 | 0.19 | 0.31 | 343.4 | 0.23 | 0.6 |
| Hex | B1 | 82 | 8F | 0 | 1B | 13 | 1F | 157 | 17 | 3C |
| Octal | 261 | 202 | 217 | 0 | 33 | 23 | 37 | 527 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10001111 | 0 | 11011 | 10011 | 11111 | 101010111 | 10111 | 111100 |
Color Harmonies of #B1828F
Complementary color
Monochromatic Colors of #B1828F
Black with #B1828F
Text Example
Text Example
White with #B1828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1828F; }
p { color: rgb(177,130,143); }
H1.HeaderClassName
{
color: #B1828F;
}
.AnyTagClassName
{
color: #B1828F;
}
</style>
background-color css
<style>
a { background-color: #B1828F; }
a { background-color: rgb(177,130,143); }
div.DivClassName
{
background-color: #B1828F;
}
.BgClassName
{
background-color: #B1828F;
}
</style>
border-color css
<style>
span { border-color: #B1828F; }
span { border-color: rgb(177,130,143); }
td.TdClassName
{
border-color: #B1828F;
}
.TagClassName
{
border-color: #B1828F;
}
</style>