Shades of Tapestry #B86985
Tints of Tapestry #B86985
RGB
CMYK
RGB Variations
Color information
#B86985 (or 0xB86985) is known color: Tapestry. HEX triplet: B8, 69 and 85. RGB value is (184,105,133). Sum of RGB (Red+Green+Blue) = 184+105+133=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B86985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86985 is #47967A. Grayscale: #838383. Windows color (decimal): -4691579 or 8743352. OLE color: 8743352.
HSL color Cylindrical-coordinate representation of color #B86985: hue angle of 338.73º 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 #B86985 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 133 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.28 |
| HSL | 338.73º | 0.36% | 0.57% | - |
| HSV(B) | 338.73º | 0.43% | 0.72% | - |
| XYZ | 29.05 | 21.99 | 24.9 | - |
| YUV | 131.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 133 | 0 | 0.43 | 0.28 | 0.28 | 338.73 | 0.36 | 0.57 |
| Hex | B8 | 69 | 85 | 0 | 2B | 1C | 1C | 153 | 24 | 39 |
| Octal | 270 | 151 | 205 | 0 | 53 | 34 | 34 | 523 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10000101 | 0 | 101011 | 11100 | 11100 | 101010011 | 100100 | 111001 |
Color Harmonies of #B86985
Complementary color
Monochromatic Colors of #B86985
Black with #B86985
Text Example
Text Example
White with #B86985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86985; }
p { color: rgb(184,105,133); }
H1.HeaderClassName
{
color: #B86985;
}
.AnyTagClassName
{
color: #B86985;
}
</style>
background-color css
<style>
a { background-color: #B86985; }
a { background-color: rgb(184,105,133); }
div.DivClassName
{
background-color: #B86985;
}
.BgClassName
{
background-color: #B86985;
}
</style>
border-color css
<style>
span { border-color: #B86985; }
span { border-color: rgb(184,105,133); }
td.TdClassName
{
border-color: #B86985;
}
.TagClassName
{
border-color: #B86985;
}
</style>