Shades of Tapestry #B77081
Tints of Tapestry #B77081
RGB
CMYK
RGB Variations
Color information
#B77081 (or 0xB77081) is known color: Tapestry. HEX triplet: B7, 70 and 81. RGB value is (183,112,129). Sum of RGB (Red+Green+Blue) = 183+112+129=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B77081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77081 is #488F7E. Grayscale: #878787. Windows color (decimal): -4755327 or 8482999. OLE color: 8482999.
HSL color Cylindrical-coordinate representation of color #B77081: hue angle of 345.63º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77081 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 129 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.28 |
| HSL | 345.63º | 0.33% | 0.58% | - |
| HSV(B) | 345.63º | 0.39% | 0.72% | - |
| XYZ | 29.29 | 23.24 | 23.71 | - |
| YUV | 135.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 129 | 0 | 0.39 | 0.30 | 0.28 | 345.63 | 0.33 | 0.58 |
| Hex | B7 | 70 | 81 | 0 | 27 | 1E | 1C | 15A | 21 | 3A |
| Octal | 267 | 160 | 201 | 0 | 47 | 36 | 34 | 532 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10000001 | 0 | 100111 | 11110 | 11100 | 101011010 | 100001 | 111010 |
Color Harmonies of #B77081
Complementary color
Monochromatic Colors of #B77081
Black with #B77081
Text Example
Text Example
White with #B77081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77081; }
p { color: rgb(183,112,129); }
H1.HeaderClassName
{
color: #B77081;
}
.AnyTagClassName
{
color: #B77081;
}
</style>
background-color css
<style>
a { background-color: #B77081; }
a { background-color: rgb(183,112,129); }
div.DivClassName
{
background-color: #B77081;
}
.BgClassName
{
background-color: #B77081;
}
</style>
border-color css
<style>
span { border-color: #B77081; }
span { border-color: rgb(183,112,129); }
td.TdClassName
{
border-color: #B77081;
}
.TagClassName
{
border-color: #B77081;
}
</style>