Shades of Tapestry #B88290
Tints of Tapestry #B88290
RGB
CMYK
RGB Variations
Color information
#B88290 (or 0xB88290) is known color: Tapestry. HEX triplet: B8, 82 and 90. RGB value is (184,130,144). Sum of RGB (Red+Green+Blue) = 184+130+144=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88290 is #477D6F. Grayscale: #939393. Windows color (decimal): -4685168 or 9470648. OLE color: 9470648.
HSL color Cylindrical-coordinate representation of color #B88290: hue angle of 344.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88290 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 144 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.28 |
| HSL | 344.44º | 0.28% | 0.62% | - |
| HSV(B) | 344.44º | 0.29% | 0.72% | - |
| XYZ | 32.78 | 28.17 | 30.09 | - |
| YUV | 147.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 144 | 0 | 0.29 | 0.22 | 0.28 | 344.44 | 0.28 | 0.62 |
| Hex | B8 | 82 | 90 | 0 | 1D | 16 | 1C | 158 | 1C | 3E |
| Octal | 270 | 202 | 220 | 0 | 35 | 26 | 34 | 530 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10010000 | 0 | 11101 | 10110 | 11100 | 101011000 | 11100 | 111110 |
Color Harmonies of #B88290
Complementary color
Monochromatic Colors of #B88290
Black with #B88290
Text Example
Text Example
White with #B88290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88290; }
p { color: rgb(184,130,144); }
H1.HeaderClassName
{
color: #B88290;
}
.AnyTagClassName
{
color: #B88290;
}
</style>
background-color css
<style>
a { background-color: #B88290; }
a { background-color: rgb(184,130,144); }
div.DivClassName
{
background-color: #B88290;
}
.BgClassName
{
background-color: #B88290;
}
</style>
border-color css
<style>
span { border-color: #B88290; }
span { border-color: rgb(184,130,144); }
td.TdClassName
{
border-color: #B88290;
}
.TagClassName
{
border-color: #B88290;
}
</style>