Shades of Tapestry #B86D7B
Tints of Tapestry #B86D7B
RGB
CMYK
RGB Variations
Color information
#B86D7B (or 0xB86D7B) is known color: Tapestry. HEX triplet: B8, 6D and 7B. RGB value is (184,109,123). Sum of RGB (Red+Green+Blue) = 184+109+123=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D7B is #479284. Grayscale: #858585. Windows color (decimal): -4690565 or 8089016. OLE color: 8089016.
HSL color Cylindrical-coordinate representation of color #B86D7B: hue angle of 348.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86D7B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 123 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.28 |
| HSL | 348.8º | 0.35% | 0.57% | - |
| HSV(B) | 348.8º | 0.41% | 0.72% | - |
| XYZ | 28.81 | 22.56 | 21.57 | - |
| YUV | 133.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 123 | 0 | 0.41 | 0.33 | 0.28 | 348.8 | 0.35 | 0.57 |
| Hex | B8 | 6D | 7B | 0 | 29 | 21 | 1C | 15D | 23 | 39 |
| Octal | 270 | 155 | 173 | 0 | 51 | 41 | 34 | 535 | 43 | 71 |
| Binary | 10111000 | 1101101 | 1111011 | 0 | 101001 | 100001 | 11100 | 101011101 | 100011 | 111001 |
Color Harmonies of #B86D7B
Complementary color
Monochromatic Colors of #B86D7B
Black with #B86D7B
Text Example
Text Example
White with #B86D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D7B; }
p { color: rgb(184,109,123); }
H1.HeaderClassName
{
color: #B86D7B;
}
.AnyTagClassName
{
color: #B86D7B;
}
</style>
background-color css
<style>
a { background-color: #B86D7B; }
a { background-color: rgb(184,109,123); }
div.DivClassName
{
background-color: #B86D7B;
}
.BgClassName
{
background-color: #B86D7B;
}
</style>
border-color css
<style>
span { border-color: #B86D7B; }
span { border-color: rgb(184,109,123); }
td.TdClassName
{
border-color: #B86D7B;
}
.TagClassName
{
border-color: #B86D7B;
}
</style>