Shades of Tapestry #B17290
Tints of Tapestry #B17290
RGB
CMYK
RGB Variations
Color information
#B17290 (or 0xB17290) is known color: Tapestry. HEX triplet: B1, 72 and 90. RGB value is (177,114,144). Sum of RGB (Red+Green+Blue) = 177+114+144=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B17290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17290 is #4E8D6F. Grayscale: #888888. Windows color (decimal): -5148016 or 9466545. OLE color: 9466545.
HSL color Cylindrical-coordinate representation of color #B17290: hue angle of 331.43º 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 #B17290 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 144 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.31 |
| HSL | 331.43º | 0.29% | 0.57% | - |
| HSV(B) | 331.43º | 0.36% | 0.69% | - |
| XYZ | 29.18 | 23.4 | 29.36 | - |
| YUV | 136.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 144 | 0 | 0.36 | 0.19 | 0.31 | 331.43 | 0.29 | 0.57 |
| Hex | B1 | 72 | 90 | 0 | 24 | 13 | 1F | 14B | 1D | 39 |
| Octal | 261 | 162 | 220 | 0 | 44 | 23 | 37 | 513 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10010000 | 0 | 100100 | 10011 | 11111 | 101001011 | 11101 | 111001 |
Color Harmonies of #B17290
Complementary color
Monochromatic Colors of #B17290
Black with #B17290
Text Example
Text Example
White with #B17290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17290; }
p { color: rgb(177,114,144); }
H1.HeaderClassName
{
color: #B17290;
}
.AnyTagClassName
{
color: #B17290;
}
</style>
background-color css
<style>
a { background-color: #B17290; }
a { background-color: rgb(177,114,144); }
div.DivClassName
{
background-color: #B17290;
}
.BgClassName
{
background-color: #B17290;
}
</style>
border-color css
<style>
span { border-color: #B17290; }
span { border-color: rgb(177,114,144); }
td.TdClassName
{
border-color: #B17290;
}
.TagClassName
{
border-color: #B17290;
}
</style>