Shades of Tapestry #B0707D
Tints of Tapestry #B0707D
RGB
CMYK
RGB Variations
Color information
#B0707D (or 0xB0707D) is known color: Tapestry. HEX triplet: B0, 70 and 7D. RGB value is (176,112,125). Sum of RGB (Red+Green+Blue) = 176+112+125=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707D is #4F8F82. Grayscale: #848484. Windows color (decimal): -5214083 or 8220848. OLE color: 8220848.
HSL color Cylindrical-coordinate representation of color #B0707D: hue angle of 347.81º 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 #B0707D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 125 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.31 |
| HSL | 347.81º | 0.29% | 0.56% | - |
| HSV(B) | 347.81º | 0.36% | 0.69% | - |
| XYZ | 27.4 | 22.3 | 22.26 | - |
| YUV | 132.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 125 | 0 | 0.36 | 0.29 | 0.31 | 347.81 | 0.29 | 0.56 |
| Hex | B0 | 70 | 7D | 0 | 24 | 1D | 1F | 15C | 1D | 38 |
| Octal | 260 | 160 | 175 | 0 | 44 | 35 | 37 | 534 | 35 | 70 |
| Binary | 10110000 | 1110000 | 1111101 | 0 | 100100 | 11101 | 11111 | 101011100 | 11101 | 111000 |
Color Harmonies of #B0707D
Complementary color
Monochromatic Colors of #B0707D
Black with #B0707D
Text Example
Text Example
White with #B0707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0707D; }
p { color: rgb(176,112,125); }
H1.HeaderClassName
{
color: #B0707D;
}
.AnyTagClassName
{
color: #B0707D;
}
</style>
background-color css
<style>
a { background-color: #B0707D; }
a { background-color: rgb(176,112,125); }
div.DivClassName
{
background-color: #B0707D;
}
.BgClassName
{
background-color: #B0707D;
}
</style>
border-color css
<style>
span { border-color: #B0707D; }
span { border-color: rgb(176,112,125); }
td.TdClassName
{
border-color: #B0707D;
}
.TagClassName
{
border-color: #B0707D;
}
</style>