Shades of Tapestry #B17388
Tints of Tapestry #B17388
RGB
CMYK
RGB Variations
Color information
#B17388 (or 0xB17388) is known color: Tapestry. HEX triplet: B1, 73 and 88. RGB value is (177,115,136). Sum of RGB (Red+Green+Blue) = 177+115+136=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17388 is #4E8C77. Grayscale: #878787. Windows color (decimal): -5147768 or 8942513. OLE color: 8942513.
HSL color Cylindrical-coordinate representation of color #B17388: hue angle of 339.68º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17388 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 136 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.31 |
| HSL | 339.68º | 0.28% | 0.57% | - |
| HSV(B) | 339.68º | 0.35% | 0.69% | - |
| XYZ | 28.71 | 23.39 | 26.29 | - |
| YUV | 135.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 136 | 0 | 0.35 | 0.23 | 0.31 | 339.68 | 0.28 | 0.57 |
| Hex | B1 | 73 | 88 | 0 | 23 | 17 | 1F | 154 | 1C | 39 |
| Octal | 261 | 163 | 210 | 0 | 43 | 27 | 37 | 524 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10001000 | 0 | 100011 | 10111 | 11111 | 101010100 | 11100 | 111001 |
Color Harmonies of #B17388
Complementary color
Monochromatic Colors of #B17388
Black with #B17388
Text Example
Text Example
White with #B17388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17388; }
p { color: rgb(177,115,136); }
H1.HeaderClassName
{
color: #B17388;
}
.AnyTagClassName
{
color: #B17388;
}
</style>
background-color css
<style>
a { background-color: #B17388; }
a { background-color: rgb(177,115,136); }
div.DivClassName
{
background-color: #B17388;
}
.BgClassName
{
background-color: #B17388;
}
</style>
border-color css
<style>
span { border-color: #B17388; }
span { border-color: rgb(177,115,136); }
td.TdClassName
{
border-color: #B17388;
}
.TagClassName
{
border-color: #B17388;
}
</style>