Shades of Tapestry #B8707B
Tints of Tapestry #B8707B
RGB
CMYK
RGB Variations
Color information
#B8707B (or 0xB8707B) is known color: Tapestry. HEX triplet: B8, 70 and 7B. RGB value is (184,112,123). Sum of RGB (Red+Green+Blue) = 184+112+123=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707B is #478F84. Grayscale: #868686. Windows color (decimal): -4689797 or 8089784. OLE color: 8089784.
HSL color Cylindrical-coordinate representation of color #B8707B: hue angle of 350.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8707B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 123 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.28 |
| HSL | 350.83º | 0.34% | 0.58% | - |
| HSV(B) | 350.83º | 0.39% | 0.72% | - |
| XYZ | 29.14 | 23.21 | 21.68 | - |
| YUV | 134.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 123 | 0 | 0.39 | 0.33 | 0.28 | 350.83 | 0.34 | 0.58 |
| Hex | B8 | 70 | 7B | 0 | 27 | 21 | 1C | 15F | 22 | 3A |
| Octal | 270 | 160 | 173 | 0 | 47 | 41 | 34 | 537 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111011 | 0 | 100111 | 100001 | 11100 | 101011111 | 100010 | 111010 |
Color Harmonies of #B8707B
Complementary color
Monochromatic Colors of #B8707B
Black with #B8707B
Text Example
Text Example
White with #B8707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8707B; }
p { color: rgb(184,112,123); }
H1.HeaderClassName
{
color: #B8707B;
}
.AnyTagClassName
{
color: #B8707B;
}
</style>
background-color css
<style>
a { background-color: #B8707B; }
a { background-color: rgb(184,112,123); }
div.DivClassName
{
background-color: #B8707B;
}
.BgClassName
{
background-color: #B8707B;
}
</style>
border-color css
<style>
span { border-color: #B8707B; }
span { border-color: rgb(184,112,123); }
td.TdClassName
{
border-color: #B8707B;
}
.TagClassName
{
border-color: #B8707B;
}
</style>