Shades of Tapestry #B06688
Tints of Tapestry #B06688
RGB
CMYK
RGB Variations
Color information
#B06688 (or 0xB06688) is known color: Tapestry. HEX triplet: B0, 66 and 88. RGB value is (176,102,136). Sum of RGB (Red+Green+Blue) = 176+102+136=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B06688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06688 is #4F9977. Grayscale: #7F7F7F. Windows color (decimal): -5216632 or 8939184. OLE color: 8939184.
HSL color Cylindrical-coordinate representation of color #B06688: hue angle of 332.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06688 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 136 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.31 |
| HSL | 332.43º | 0.32% | 0.55% | - |
| HSV(B) | 332.43º | 0.42% | 0.69% | - |
| XYZ | 27.1 | 20.51 | 25.82 | - |
| YUV | 128 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 136 | 0 | 0.42 | 0.23 | 0.31 | 332.43 | 0.32 | 0.55 |
| Hex | B0 | 66 | 88 | 0 | 2A | 17 | 1F | 14C | 20 | 37 |
| Octal | 260 | 146 | 210 | 0 | 52 | 27 | 37 | 514 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10001000 | 0 | 101010 | 10111 | 11111 | 101001100 | 100000 | 110111 |
Color Harmonies of #B06688
Complementary color
Monochromatic Colors of #B06688
Black with #B06688
Text Example
Text Example
White with #B06688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06688; }
p { color: rgb(176,102,136); }
H1.HeaderClassName
{
color: #B06688;
}
.AnyTagClassName
{
color: #B06688;
}
</style>
background-color css
<style>
a { background-color: #B06688; }
a { background-color: rgb(176,102,136); }
div.DivClassName
{
background-color: #B06688;
}
.BgClassName
{
background-color: #B06688;
}
</style>
border-color css
<style>
span { border-color: #B06688; }
span { border-color: rgb(176,102,136); }
td.TdClassName
{
border-color: #B06688;
}
.TagClassName
{
border-color: #B06688;
}
</style>