Shades of Tapestry #B77587
Tints of Tapestry #B77587
RGB
CMYK
RGB Variations
Color information
#B77587 (or 0xB77587) is known color: Tapestry. HEX triplet: B7, 75 and 87. RGB value is (183,117,135). Sum of RGB (Red+Green+Blue) = 183+117+135=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77587 is #488A78. Grayscale: #8A8A8A. Windows color (decimal): -4754041 or 8877495. OLE color: 8877495.
HSL color Cylindrical-coordinate representation of color #B77587: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77587 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 135 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.28 |
| HSL | 343.64º | 0.31% | 0.59% | - |
| HSV(B) | 343.64º | 0.36% | 0.72% | - |
| XYZ | 30.26 | 24.54 | 26.06 | - |
| YUV | 138.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 135 | 0 | 0.36 | 0.26 | 0.28 | 343.64 | 0.31 | 0.59 |
| Hex | B7 | 75 | 87 | 0 | 24 | 1A | 1C | 158 | 1F | 3B |
| Octal | 267 | 165 | 207 | 0 | 44 | 32 | 34 | 530 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10000111 | 0 | 100100 | 11010 | 11100 | 101011000 | 11111 | 111011 |
Color Harmonies of #B77587
Complementary color
Monochromatic Colors of #B77587
Black with #B77587
Text Example
Text Example
White with #B77587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77587; }
p { color: rgb(183,117,135); }
H1.HeaderClassName
{
color: #B77587;
}
.AnyTagClassName
{
color: #B77587;
}
</style>
background-color css
<style>
a { background-color: #B77587; }
a { background-color: rgb(183,117,135); }
div.DivClassName
{
background-color: #B77587;
}
.BgClassName
{
background-color: #B77587;
}
</style>
border-color css
<style>
span { border-color: #B77587; }
span { border-color: rgb(183,117,135); }
td.TdClassName
{
border-color: #B77587;
}
.TagClassName
{
border-color: #B77587;
}
</style>