Shades of Tapestry #B6808C
Tints of Tapestry #B6808C
RGB
CMYK
RGB Variations
Color information
#B6808C (or 0xB6808C) is known color: Tapestry. HEX triplet: B6, 80 and 8C. RGB value is (182,128,140). Sum of RGB (Red+Green+Blue) = 182+128+140=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6808C is #497F73. Grayscale: #919191. Windows color (decimal): -4816756 or 9207990. OLE color: 9207990.
HSL color Cylindrical-coordinate representation of color #B6808C: hue angle of 346.67º 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 #B6808C is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 140 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.29 |
| HSL | 346.67º | 0.27% | 0.61% | - |
| HSV(B) | 346.67º | 0.3% | 0.71% | - |
| XYZ | 31.74 | 27.28 | 28.4 | - |
| YUV | 145.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 140 | 0 | 0.30 | 0.23 | 0.29 | 346.67 | 0.27 | 0.61 |
| Hex | B6 | 80 | 8C | 0 | 1E | 17 | 1D | 15B | 1B | 3D |
| Octal | 266 | 200 | 214 | 0 | 36 | 27 | 35 | 533 | 33 | 75 |
| Binary | 10110110 | 10000000 | 10001100 | 0 | 11110 | 10111 | 11101 | 101011011 | 11011 | 111101 |
Color Harmonies of #B6808C
Complementary color
Monochromatic Colors of #B6808C
Black with #B6808C
Text Example
Text Example
White with #B6808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6808C; }
p { color: rgb(182,128,140); }
H1.HeaderClassName
{
color: #B6808C;
}
.AnyTagClassName
{
color: #B6808C;
}
</style>
background-color css
<style>
a { background-color: #B6808C; }
a { background-color: rgb(182,128,140); }
div.DivClassName
{
background-color: #B6808C;
}
.BgClassName
{
background-color: #B6808C;
}
</style>
border-color css
<style>
span { border-color: #B6808C; }
span { border-color: rgb(182,128,140); }
td.TdClassName
{
border-color: #B6808C;
}
.TagClassName
{
border-color: #B6808C;
}
</style>