Shades of Tapestry #B06884
Tints of Tapestry #B06884
RGB
CMYK
RGB Variations
Color information
#B06884 (or 0xB06884) is known color: Tapestry. HEX triplet: B0, 68 and 84. RGB value is (176,104,132). Sum of RGB (Red+Green+Blue) = 176+104+132=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B06884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06884 is #4F977B. Grayscale: #808080. Windows color (decimal): -5216124 or 8677552. OLE color: 8677552.
HSL color Cylindrical-coordinate representation of color #B06884: hue angle of 336.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06884 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 132 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.31 |
| HSL | 336.67º | 0.31% | 0.55% | - |
| HSV(B) | 336.67º | 0.41% | 0.69% | - |
| XYZ | 27.02 | 20.8 | 24.42 | - |
| YUV | 128.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 132 | 0 | 0.41 | 0.25 | 0.31 | 336.67 | 0.31 | 0.55 |
| Hex | B0 | 68 | 84 | 0 | 29 | 19 | 1F | 151 | 1F | 37 |
| Octal | 260 | 150 | 204 | 0 | 51 | 31 | 37 | 521 | 37 | 67 |
| Binary | 10110000 | 1101000 | 10000100 | 0 | 101001 | 11001 | 11111 | 101010001 | 11111 | 110111 |
Color Harmonies of #B06884
Complementary color
Monochromatic Colors of #B06884
Black with #B06884
Text Example
Text Example
White with #B06884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06884; }
p { color: rgb(176,104,132); }
H1.HeaderClassName
{
color: #B06884;
}
.AnyTagClassName
{
color: #B06884;
}
</style>
background-color css
<style>
a { background-color: #B06884; }
a { background-color: rgb(176,104,132); }
div.DivClassName
{
background-color: #B06884;
}
.BgClassName
{
background-color: #B06884;
}
</style>
border-color css
<style>
span { border-color: #B06884; }
span { border-color: rgb(176,104,132); }
td.TdClassName
{
border-color: #B06884;
}
.TagClassName
{
border-color: #B06884;
}
</style>