Shades of Tapestry #B6808F
Tints of Tapestry #B6808F
RGB
CMYK
RGB Variations
Color information
#B6808F (or 0xB6808F) is known color: Tapestry. HEX triplet: B6, 80 and 8F. RGB value is (182,128,143). Sum of RGB (Red+Green+Blue) = 182+128+143=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6808F is #497F70. Grayscale: #919191. Windows color (decimal): -4816753 or 9404598. OLE color: 9404598.
HSL color Cylindrical-coordinate representation of color #B6808F: hue angle of 343.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6808F is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 143 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.29 |
| HSL | 343.33º | 0.27% | 0.61% | - |
| HSV(B) | 343.33º | 0.3% | 0.71% | - |
| XYZ | 31.97 | 27.37 | 29.58 | - |
| YUV | 145.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 143 | 0 | 0.30 | 0.21 | 0.29 | 343.33 | 0.27 | 0.61 |
| Hex | B6 | 80 | 8F | 0 | 1E | 15 | 1D | 157 | 1B | 3D |
| Octal | 266 | 200 | 217 | 0 | 36 | 25 | 35 | 527 | 33 | 75 |
| Binary | 10110110 | 10000000 | 10001111 | 0 | 11110 | 10101 | 11101 | 101010111 | 11011 | 111101 |
Color Harmonies of #B6808F
Complementary color
Monochromatic Colors of #B6808F
Black with #B6808F
Text Example
Text Example
White with #B6808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6808F; }
p { color: rgb(182,128,143); }
H1.HeaderClassName
{
color: #B6808F;
}
.AnyTagClassName
{
color: #B6808F;
}
</style>
background-color css
<style>
a { background-color: #B6808F; }
a { background-color: rgb(182,128,143); }
div.DivClassName
{
background-color: #B6808F;
}
.BgClassName
{
background-color: #B6808F;
}
</style>
border-color css
<style>
span { border-color: #B6808F; }
span { border-color: rgb(182,128,143); }
td.TdClassName
{
border-color: #B6808F;
}
.TagClassName
{
border-color: #B6808F;
}
</style>