Shades of Tapestry #B97A8B
Tints of Tapestry #B97A8B
RGB
CMYK
RGB Variations
Color information
#B97A8B (or 0xB97A8B) is known color: Tapestry. HEX triplet: B9, 7A and 8B. RGB value is (185,122,139). Sum of RGB (Red+Green+Blue) = 185+122+139=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A8B is #468574. Grayscale: #8E8E8E. Windows color (decimal): -4621685 or 9140921. OLE color: 9140921.
HSL color Cylindrical-coordinate representation of color #B97A8B: hue angle of 343.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97A8B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 139 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.27 |
| HSL | 343.81º | 0.31% | 0.6% | - |
| HSV(B) | 343.81º | 0.34% | 0.73% | - |
| XYZ | 31.63 | 26.1 | 27.8 | - |
| YUV | 142.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 139 | 0 | 0.34 | 0.25 | 0.27 | 343.81 | 0.31 | 0.6 |
| Hex | B9 | 7A | 8B | 0 | 22 | 19 | 1B | 158 | 1F | 3C |
| Octal | 271 | 172 | 213 | 0 | 42 | 31 | 33 | 530 | 37 | 74 |
| Binary | 10111001 | 1111010 | 10001011 | 0 | 100010 | 11001 | 11011 | 101011000 | 11111 | 111100 |
Color Harmonies of #B97A8B
Complementary color
Monochromatic Colors of #B97A8B
Black with #B97A8B
Text Example
Text Example
White with #B97A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A8B; }
p { color: rgb(185,122,139); }
H1.HeaderClassName
{
color: #B97A8B;
}
.AnyTagClassName
{
color: #B97A8B;
}
</style>
background-color css
<style>
a { background-color: #B97A8B; }
a { background-color: rgb(185,122,139); }
div.DivClassName
{
background-color: #B97A8B;
}
.BgClassName
{
background-color: #B97A8B;
}
</style>
border-color css
<style>
span { border-color: #B97A8B; }
span { border-color: rgb(185,122,139); }
td.TdClassName
{
border-color: #B97A8B;
}
.TagClassName
{
border-color: #B97A8B;
}
</style>