Shades of Tapestry #B8717A
Tints of Tapestry #B8717A
RGB
CMYK
RGB Variations
Color information
#B8717A (or 0xB8717A) is known color: Tapestry. HEX triplet: B8, 71 and 7A. RGB value is (184,113,122). Sum of RGB (Red+Green+Blue) = 184+113+122=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8717A is #478E85. Grayscale: #878787. Windows color (decimal): -4689542 or 8024504. OLE color: 8024504.
HSL color Cylindrical-coordinate representation of color #B8717A: hue angle of 352.39º degrees, saturation: 0.33, 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 #B8717A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 122 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.28 |
| HSL | 352.39º | 0.33% | 0.58% | - |
| HSV(B) | 352.39º | 0.39% | 0.72% | - |
| XYZ | 29.19 | 23.41 | 21.39 | - |
| YUV | 135.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 122 | 0 | 0.39 | 0.34 | 0.28 | 352.39 | 0.33 | 0.58 |
| Hex | B8 | 71 | 7A | 0 | 27 | 22 | 1C | 160 | 21 | 3A |
| Octal | 270 | 161 | 172 | 0 | 47 | 42 | 34 | 540 | 41 | 72 |
| Binary | 10111000 | 1110001 | 1111010 | 0 | 100111 | 100010 | 11100 | 101100000 | 100001 | 111010 |
Color Harmonies of #B8717A
Complementary color
Monochromatic Colors of #B8717A
Black with #B8717A
Text Example
Text Example
White with #B8717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8717A; }
p { color: rgb(184,113,122); }
H1.HeaderClassName
{
color: #B8717A;
}
.AnyTagClassName
{
color: #B8717A;
}
</style>
background-color css
<style>
a { background-color: #B8717A; }
a { background-color: rgb(184,113,122); }
div.DivClassName
{
background-color: #B8717A;
}
.BgClassName
{
background-color: #B8717A;
}
</style>
border-color css
<style>
span { border-color: #B8717A; }
span { border-color: rgb(184,113,122); }
td.TdClassName
{
border-color: #B8717A;
}
.TagClassName
{
border-color: #B8717A;
}
</style>