Shades of Tapestry #B07080
Tints of Tapestry #B07080
RGB
CMYK
RGB Variations
Color information
#B07080 (or 0xB07080) is known color: Tapestry. HEX triplet: B0, 70 and 80. RGB value is (176,112,128). Sum of RGB (Red+Green+Blue) = 176+112+128=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B07080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07080 is #4F8F7F. Grayscale: #848484. Windows color (decimal): -5214080 or 8417456. OLE color: 8417456.
HSL color Cylindrical-coordinate representation of color #B07080: hue angle of 345º 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 #B07080 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 128 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.31 |
| HSL | 345º | 0.29% | 0.56% | - |
| HSV(B) | 345º | 0.36% | 0.69% | - |
| XYZ | 27.59 | 22.38 | 23.29 | - |
| YUV | 132.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 128 | 0 | 0.36 | 0.27 | 0.31 | 345 | 0.29 | 0.56 |
| Hex | B0 | 70 | 80 | 0 | 24 | 1B | 1F | 159 | 1D | 38 |
| Octal | 260 | 160 | 200 | 0 | 44 | 33 | 37 | 531 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10000000 | 0 | 100100 | 11011 | 11111 | 101011001 | 11101 | 111000 |
Color Harmonies of #B07080
Complementary color
Monochromatic Colors of #B07080
Black with #B07080
Text Example
Text Example
White with #B07080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07080; }
p { color: rgb(176,112,128); }
H1.HeaderClassName
{
color: #B07080;
}
.AnyTagClassName
{
color: #B07080;
}
</style>
background-color css
<style>
a { background-color: #B07080; }
a { background-color: rgb(176,112,128); }
div.DivClassName
{
background-color: #B07080;
}
.BgClassName
{
background-color: #B07080;
}
</style>
border-color css
<style>
span { border-color: #B07080; }
span { border-color: rgb(176,112,128); }
td.TdClassName
{
border-color: #B07080;
}
.TagClassName
{
border-color: #B07080;
}
</style>