Shades of Tapestry #B1828C
Tints of Tapestry #B1828C
RGB
CMYK
RGB Variations
Color information
#B1828C (or 0xB1828C) is known color: Tapestry. HEX triplet: B1, 82 and 8C. RGB value is (177,130,140). Sum of RGB (Red+Green+Blue) = 177+130+140=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828C is #4E7D73. Grayscale: #919191. Windows color (decimal): -5143924 or 9208497. OLE color: 9208497.
HSL color Cylindrical-coordinate representation of color #B1828C: hue angle of 347.23º 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 #B1828C is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 140 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.31 |
| HSL | 347.23º | 0.23% | 0.6% | - |
| HSV(B) | 347.23º | 0.27% | 0.69% | - |
| XYZ | 30.85 | 27.21 | 28.44 | - |
| YUV | 145.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 140 | 0 | 0.27 | 0.21 | 0.31 | 347.23 | 0.23 | 0.6 |
| Hex | B1 | 82 | 8C | 0 | 1B | 15 | 1F | 15B | 17 | 3C |
| Octal | 261 | 202 | 214 | 0 | 33 | 25 | 37 | 533 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10001100 | 0 | 11011 | 10101 | 11111 | 101011011 | 10111 | 111100 |
Color Harmonies of #B1828C
Complementary color
Monochromatic Colors of #B1828C
Black with #B1828C
Text Example
Text Example
White with #B1828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1828C; }
p { color: rgb(177,130,140); }
H1.HeaderClassName
{
color: #B1828C;
}
.AnyTagClassName
{
color: #B1828C;
}
</style>
background-color css
<style>
a { background-color: #B1828C; }
a { background-color: rgb(177,130,140); }
div.DivClassName
{
background-color: #B1828C;
}
.BgClassName
{
background-color: #B1828C;
}
</style>
border-color css
<style>
span { border-color: #B1828C; }
span { border-color: rgb(177,130,140); }
td.TdClassName
{
border-color: #B1828C;
}
.TagClassName
{
border-color: #B1828C;
}
</style>