Shades of Tapestry #B07082
Tints of Tapestry #B07082
RGB
CMYK
RGB Variations
Color information
#B07082 (or 0xB07082) is known color: Tapestry. HEX triplet: B0, 70 and 82. RGB value is (176,112,130). Sum of RGB (Red+Green+Blue) = 176+112+130=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B07082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07082 is #4F8F7D. Grayscale: #858585. Windows color (decimal): -5214078 or 8548528. OLE color: 8548528.
HSL color Cylindrical-coordinate representation of color #B07082: hue angle of 343.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07082 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 130 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.31 |
| HSL | 343.13º | 0.29% | 0.56% | - |
| HSV(B) | 343.13º | 0.36% | 0.69% | - |
| XYZ | 27.73 | 22.43 | 23.99 | - |
| YUV | 133.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 130 | 0 | 0.36 | 0.26 | 0.31 | 343.13 | 0.29 | 0.56 |
| Hex | B0 | 70 | 82 | 0 | 24 | 1A | 1F | 157 | 1D | 38 |
| Octal | 260 | 160 | 202 | 0 | 44 | 32 | 37 | 527 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10000010 | 0 | 100100 | 11010 | 11111 | 101010111 | 11101 | 111000 |
Color Harmonies of #B07082
Complementary color
Monochromatic Colors of #B07082
Black with #B07082
Text Example
Text Example
White with #B07082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07082; }
p { color: rgb(176,112,130); }
H1.HeaderClassName
{
color: #B07082;
}
.AnyTagClassName
{
color: #B07082;
}
</style>
background-color css
<style>
a { background-color: #B07082; }
a { background-color: rgb(176,112,130); }
div.DivClassName
{
background-color: #B07082;
}
.BgClassName
{
background-color: #B07082;
}
</style>
border-color css
<style>
span { border-color: #B07082; }
span { border-color: rgb(176,112,130); }
td.TdClassName
{
border-color: #B07082;
}
.TagClassName
{
border-color: #B07082;
}
</style>