Shades of Tapestry #B1848F
Tints of Tapestry #B1848F
RGB
CMYK
RGB Variations
Color information
#B1848F (or 0xB1848F) is known color: Tapestry. HEX triplet: B1, 84 and 8F. RGB value is (177,132,143). Sum of RGB (Red+Green+Blue) = 177+132+143=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848F is #4E7B70. Grayscale: #929292. Windows color (decimal): -5143409 or 9405617. OLE color: 9405617.
HSL color Cylindrical-coordinate representation of color #B1848F: hue angle of 345.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1848F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 143 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.31 |
| HSL | 345.33º | 0.22% | 0.61% | - |
| HSV(B) | 345.33º | 0.25% | 0.69% | - |
| XYZ | 31.34 | 27.83 | 29.71 | - |
| YUV | 146.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 143 | 0 | 0.25 | 0.19 | 0.31 | 345.33 | 0.22 | 0.61 |
| Hex | B1 | 84 | 8F | 0 | 19 | 13 | 1F | 159 | 16 | 3D |
| Octal | 261 | 204 | 217 | 0 | 31 | 23 | 37 | 531 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10001111 | 0 | 11001 | 10011 | 11111 | 101011001 | 10110 | 111101 |
Color Harmonies of #B1848F
Complementary color
Monochromatic Colors of #B1848F
Black with #B1848F
Text Example
Text Example
White with #B1848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1848F; }
p { color: rgb(177,132,143); }
H1.HeaderClassName
{
color: #B1848F;
}
.AnyTagClassName
{
color: #B1848F;
}
</style>
background-color css
<style>
a { background-color: #B1848F; }
a { background-color: rgb(177,132,143); }
div.DivClassName
{
background-color: #B1848F;
}
.BgClassName
{
background-color: #B1848F;
}
</style>
border-color css
<style>
span { border-color: #B1848F; }
span { border-color: rgb(177,132,143); }
td.TdClassName
{
border-color: #B1848F;
}
.TagClassName
{
border-color: #B1848F;
}
</style>