Shades of Tapestry #B86F92
Tints of Tapestry #B86F92
RGB
CMYK
RGB Variations
Color information
#B86F92 (or 0xB86F92) is known color: Tapestry. HEX triplet: B8, 6F and 92. RGB value is (184,111,146). Sum of RGB (Red+Green+Blue) = 184+111+146=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F92 is #47906D. Grayscale: #888888. Windows color (decimal): -4690030 or 9596856. OLE color: 9596856.
HSL color Cylindrical-coordinate representation of color #B86F92: hue angle of 331.23º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F92 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 146 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.28 |
| HSL | 331.23º | 0.34% | 0.58% | - |
| HSV(B) | 331.23º | 0.4% | 0.72% | - |
| XYZ | 30.64 | 23.63 | 30.14 | - |
| YUV | 136.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 146 | 0 | 0.40 | 0.21 | 0.28 | 331.23 | 0.34 | 0.58 |
| Hex | B8 | 6F | 92 | 0 | 28 | 15 | 1C | 14B | 22 | 3A |
| Octal | 270 | 157 | 222 | 0 | 50 | 25 | 34 | 513 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10010010 | 0 | 101000 | 10101 | 11100 | 101001011 | 100010 | 111010 |
Color Harmonies of #B86F92
Complementary color
Monochromatic Colors of #B86F92
Black with #B86F92
Text Example
Text Example
White with #B86F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F92; }
p { color: rgb(184,111,146); }
H1.HeaderClassName
{
color: #B86F92;
}
.AnyTagClassName
{
color: #B86F92;
}
</style>
background-color css
<style>
a { background-color: #B86F92; }
a { background-color: rgb(184,111,146); }
div.DivClassName
{
background-color: #B86F92;
}
.BgClassName
{
background-color: #B86F92;
}
</style>
border-color css
<style>
span { border-color: #B86F92; }
span { border-color: rgb(184,111,146); }
td.TdClassName
{
border-color: #B86F92;
}
.TagClassName
{
border-color: #B86F92;
}
</style>