Shades of Tapestry #B06F7F
Tints of Tapestry #B06F7F
RGB
CMYK
RGB Variations
Color information
#B06F7F (or 0xB06F7F) is known color: Tapestry. HEX triplet: B0, 6F and 7F. RGB value is (176,111,127). Sum of RGB (Red+Green+Blue) = 176+111+127=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F7F is #4F9080. Grayscale: #848484. Windows color (decimal): -5214337 or 8351664. OLE color: 8351664.
HSL color Cylindrical-coordinate representation of color #B06F7F: hue angle of 345.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F7F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 127 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.31 |
| HSL | 345.23º | 0.29% | 0.56% | - |
| HSV(B) | 345.23º | 0.37% | 0.69% | - |
| XYZ | 27.42 | 22.13 | 22.91 | - |
| YUV | 132.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 127 | 0 | 0.37 | 0.28 | 0.31 | 345.23 | 0.29 | 0.56 |
| Hex | B0 | 6F | 7F | 0 | 25 | 1C | 1F | 159 | 1D | 38 |
| Octal | 260 | 157 | 177 | 0 | 45 | 34 | 37 | 531 | 35 | 70 |
| Binary | 10110000 | 1101111 | 1111111 | 0 | 100101 | 11100 | 11111 | 101011001 | 11101 | 111000 |
Color Harmonies of #B06F7F
Complementary color
Monochromatic Colors of #B06F7F
Black with #B06F7F
Text Example
Text Example
White with #B06F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F7F; }
p { color: rgb(176,111,127); }
H1.HeaderClassName
{
color: #B06F7F;
}
.AnyTagClassName
{
color: #B06F7F;
}
</style>
background-color css
<style>
a { background-color: #B06F7F; }
a { background-color: rgb(176,111,127); }
div.DivClassName
{
background-color: #B06F7F;
}
.BgClassName
{
background-color: #B06F7F;
}
</style>
border-color css
<style>
span { border-color: #B06F7F; }
span { border-color: rgb(176,111,127); }
td.TdClassName
{
border-color: #B06F7F;
}
.TagClassName
{
border-color: #B06F7F;
}
</style>