Shades of Tapestry #B86990
Tints of Tapestry #B86990
RGB
CMYK
RGB Variations
Color information
#B86990 (or 0xB86990) is known color: Tapestry. HEX triplet: B8, 69 and 90. RGB value is (184,105,144). Sum of RGB (Red+Green+Blue) = 184+105+144=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B86990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86990 is #47966F. Grayscale: #848484. Windows color (decimal): -4691568 or 9464248. OLE color: 9464248.
HSL color Cylindrical-coordinate representation of color #B86990: hue angle of 330.38º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86990 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 144 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.28 |
| HSL | 330.38º | 0.36% | 0.57% | - |
| HSV(B) | 330.38º | 0.43% | 0.72% | - |
| XYZ | 29.85 | 22.31 | 29.12 | - |
| YUV | 133.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 144 | 0 | 0.43 | 0.22 | 0.28 | 330.38 | 0.36 | 0.57 |
| Hex | B8 | 69 | 90 | 0 | 2B | 16 | 1C | 14A | 24 | 39 |
| Octal | 270 | 151 | 220 | 0 | 53 | 26 | 34 | 512 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10010000 | 0 | 101011 | 10110 | 11100 | 101001010 | 100100 | 111001 |
Color Harmonies of #B86990
Complementary color
Monochromatic Colors of #B86990
Black with #B86990
Text Example
Text Example
White with #B86990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86990; }
p { color: rgb(184,105,144); }
H1.HeaderClassName
{
color: #B86990;
}
.AnyTagClassName
{
color: #B86990;
}
</style>
background-color css
<style>
a { background-color: #B86990; }
a { background-color: rgb(184,105,144); }
div.DivClassName
{
background-color: #B86990;
}
.BgClassName
{
background-color: #B86990;
}
</style>
border-color css
<style>
span { border-color: #B86990; }
span { border-color: rgb(184,105,144); }
td.TdClassName
{
border-color: #B86990;
}
.TagClassName
{
border-color: #B86990;
}
</style>