Shades of Tapestry #B77581
Tints of Tapestry #B77581
RGB
CMYK
RGB Variations
Color information
#B77581 (or 0xB77581) is known color: Tapestry. HEX triplet: B7, 75 and 81. RGB value is (183,117,129). Sum of RGB (Red+Green+Blue) = 183+117+129=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77581 is #488A7E. Grayscale: #8A8A8A. Windows color (decimal): -4754047 or 8484279. OLE color: 8484279.
HSL color Cylindrical-coordinate representation of color #B77581: hue angle of 349.09º 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 #B77581 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 129 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.28 |
| HSL | 349.09º | 0.31% | 0.59% | - |
| HSV(B) | 349.09º | 0.36% | 0.72% | - |
| XYZ | 29.85 | 24.37 | 23.9 | - |
| YUV | 138.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 129 | 0 | 0.36 | 0.30 | 0.28 | 349.09 | 0.31 | 0.59 |
| Hex | B7 | 75 | 81 | 0 | 24 | 1E | 1C | 15D | 1F | 3B |
| Octal | 267 | 165 | 201 | 0 | 44 | 36 | 34 | 535 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10000001 | 0 | 100100 | 11110 | 11100 | 101011101 | 11111 | 111011 |
Color Harmonies of #B77581
Complementary color
Monochromatic Colors of #B77581
Black with #B77581
Text Example
Text Example
White with #B77581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77581; }
p { color: rgb(183,117,129); }
H1.HeaderClassName
{
color: #B77581;
}
.AnyTagClassName
{
color: #B77581;
}
</style>
background-color css
<style>
a { background-color: #B77581; }
a { background-color: rgb(183,117,129); }
div.DivClassName
{
background-color: #B77581;
}
.BgClassName
{
background-color: #B77581;
}
</style>
border-color css
<style>
span { border-color: #B77581; }
span { border-color: rgb(183,117,129); }
td.TdClassName
{
border-color: #B77581;
}
.TagClassName
{
border-color: #B77581;
}
</style>