Shades of Tapestry #B06F8F
Tints of Tapestry #B06F8F
RGB
CMYK
RGB Variations
Color information
#B06F8F (or 0xB06F8F) is known color: Tapestry. HEX triplet: B0, 6F and 8F. RGB value is (176,111,143). Sum of RGB (Red+Green+Blue) = 176+111+143=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06F8F is #4F9070. Grayscale: #868686. Windows color (decimal): -5214321 or 9400240. OLE color: 9400240.
HSL color Cylindrical-coordinate representation of color #B06F8F: hue angle of 330.46º 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 #B06F8F is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 143 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.31 |
| HSL | 330.46º | 0.29% | 0.56% | - |
| HSV(B) | 330.46º | 0.37% | 0.69% | - |
| XYZ | 28.55 | 22.58 | 28.84 | - |
| YUV | 134.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 143 | 0 | 0.37 | 0.19 | 0.31 | 330.46 | 0.29 | 0.56 |
| Hex | B0 | 6F | 8F | 0 | 25 | 13 | 1F | 14A | 1D | 38 |
| Octal | 260 | 157 | 217 | 0 | 45 | 23 | 37 | 512 | 35 | 70 |
| Binary | 10110000 | 1101111 | 10001111 | 0 | 100101 | 10011 | 11111 | 101001010 | 11101 | 111000 |
Color Harmonies of #B06F8F
Complementary color
Monochromatic Colors of #B06F8F
Black with #B06F8F
Text Example
Text Example
White with #B06F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F8F; }
p { color: rgb(176,111,143); }
H1.HeaderClassName
{
color: #B06F8F;
}
.AnyTagClassName
{
color: #B06F8F;
}
</style>
background-color css
<style>
a { background-color: #B06F8F; }
a { background-color: rgb(176,111,143); }
div.DivClassName
{
background-color: #B06F8F;
}
.BgClassName
{
background-color: #B06F8F;
}
</style>
border-color css
<style>
span { border-color: #B06F8F; }
span { border-color: rgb(176,111,143); }
td.TdClassName
{
border-color: #B06F8F;
}
.TagClassName
{
border-color: #B06F8F;
}
</style>