Shades of Tapestry #B68090
Tints of Tapestry #B68090
RGB
CMYK
RGB Variations
Color information
#B68090 (or 0xB68090) is known color: Tapestry. HEX triplet: B6, 80 and 90. RGB value is (182,128,144). Sum of RGB (Red+Green+Blue) = 182+128+144=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B68090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68090 is #497F6F. Grayscale: #919191. Windows color (decimal): -4816752 or 9470134. OLE color: 9470134.
HSL color Cylindrical-coordinate representation of color #B68090: hue angle of 342.22º 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 #B68090 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 144 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.29 |
| HSL | 342.22º | 0.27% | 0.61% | - |
| HSV(B) | 342.22º | 0.3% | 0.71% | - |
| XYZ | 32.04 | 27.4 | 29.98 | - |
| YUV | 145.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 144 | 0 | 0.30 | 0.21 | 0.29 | 342.22 | 0.27 | 0.61 |
| Hex | B6 | 80 | 90 | 0 | 1E | 15 | 1D | 156 | 1B | 3D |
| Octal | 266 | 200 | 220 | 0 | 36 | 25 | 35 | 526 | 33 | 75 |
| Binary | 10110110 | 10000000 | 10010000 | 0 | 11110 | 10101 | 11101 | 101010110 | 11011 | 111101 |
Color Harmonies of #B68090
Complementary color
Monochromatic Colors of #B68090
Black with #B68090
Text Example
Text Example
White with #B68090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68090; }
p { color: rgb(182,128,144); }
H1.HeaderClassName
{
color: #B68090;
}
.AnyTagClassName
{
color: #B68090;
}
</style>
background-color css
<style>
a { background-color: #B68090; }
a { background-color: rgb(182,128,144); }
div.DivClassName
{
background-color: #B68090;
}
.BgClassName
{
background-color: #B68090;
}
</style>
border-color css
<style>
span { border-color: #B68090; }
span { border-color: rgb(182,128,144); }
td.TdClassName
{
border-color: #B68090;
}
.TagClassName
{
border-color: #B68090;
}
</style>