Shades of Tapestry #B77082
Tints of Tapestry #B77082
RGB
CMYK
RGB Variations
Color information
#B77082 (or 0xB77082) is known color: Tapestry. HEX triplet: B7, 70 and 82. RGB value is (183,112,130). Sum of RGB (Red+Green+Blue) = 183+112+130=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B77082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77082 is #488F7D. Grayscale: #878787. Windows color (decimal): -4755326 or 8548535. OLE color: 8548535.
HSL color Cylindrical-coordinate representation of color #B77082: hue angle of 344.79º 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 #B77082 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 130 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.28 |
| HSL | 344.79º | 0.33% | 0.58% | - |
| HSV(B) | 344.79º | 0.39% | 0.72% | - |
| XYZ | 29.35 | 23.27 | 24.06 | - |
| YUV | 135.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 130 | 0 | 0.39 | 0.29 | 0.28 | 344.79 | 0.33 | 0.58 |
| Hex | B7 | 70 | 82 | 0 | 27 | 1D | 1C | 159 | 21 | 3A |
| Octal | 267 | 160 | 202 | 0 | 47 | 35 | 34 | 531 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10000010 | 0 | 100111 | 11101 | 11100 | 101011001 | 100001 | 111010 |
Color Harmonies of #B77082
Complementary color
Monochromatic Colors of #B77082
Black with #B77082
Text Example
Text Example
White with #B77082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77082; }
p { color: rgb(183,112,130); }
H1.HeaderClassName
{
color: #B77082;
}
.AnyTagClassName
{
color: #B77082;
}
</style>
background-color css
<style>
a { background-color: #B77082; }
a { background-color: rgb(183,112,130); }
div.DivClassName
{
background-color: #B77082;
}
.BgClassName
{
background-color: #B77082;
}
</style>
border-color css
<style>
span { border-color: #B77082; }
span { border-color: rgb(183,112,130); }
td.TdClassName
{
border-color: #B77082;
}
.TagClassName
{
border-color: #B77082;
}
</style>