Shades of Tapestry #B8708B
Tints of Tapestry #B8708B
RGB
CMYK
RGB Variations
Color information
#B8708B (or 0xB8708B) is known color: Tapestry. HEX triplet: B8, 70 and 8B. RGB value is (184,112,139). Sum of RGB (Red+Green+Blue) = 184+112+139=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8708B is #478F74. Grayscale: #888888. Windows color (decimal): -4689781 or 9138360. OLE color: 9138360.
HSL color Cylindrical-coordinate representation of color #B8708B: hue angle of 337.5º 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 #B8708B is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 139 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.28 |
| HSL | 337.5º | 0.34% | 0.58% | - |
| HSV(B) | 337.5º | 0.39% | 0.72% | - |
| XYZ | 30.22 | 23.64 | 27.4 | - |
| YUV | 136.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 139 | 0 | 0.39 | 0.24 | 0.28 | 337.5 | 0.34 | 0.58 |
| Hex | B8 | 70 | 8B | 0 | 27 | 18 | 1C | 152 | 22 | 3A |
| Octal | 270 | 160 | 213 | 0 | 47 | 30 | 34 | 522 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10001011 | 0 | 100111 | 11000 | 11100 | 101010010 | 100010 | 111010 |
Color Harmonies of #B8708B
Complementary color
Monochromatic Colors of #B8708B
Black with #B8708B
Text Example
Text Example
White with #B8708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8708B; }
p { color: rgb(184,112,139); }
H1.HeaderClassName
{
color: #B8708B;
}
.AnyTagClassName
{
color: #B8708B;
}
</style>
background-color css
<style>
a { background-color: #B8708B; }
a { background-color: rgb(184,112,139); }
div.DivClassName
{
background-color: #B8708B;
}
.BgClassName
{
background-color: #B8708B;
}
</style>
border-color css
<style>
span { border-color: #B8708B; }
span { border-color: rgb(184,112,139); }
td.TdClassName
{
border-color: #B8708B;
}
.TagClassName
{
border-color: #B8708B;
}
</style>