Shades of Tapestry #B97A8A
Tints of Tapestry #B97A8A
RGB
CMYK
RGB Variations
Color information
#B97A8A (or 0xB97A8A) is known color: Tapestry. HEX triplet: B9, 7A and 8A. RGB value is (185,122,138). Sum of RGB (Red+Green+Blue) = 185+122+138=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A8A is #468575. Grayscale: #8E8E8E. Windows color (decimal): -4621686 or 9075385. OLE color: 9075385.
HSL color Cylindrical-coordinate representation of color #B97A8A: hue angle of 344.76º 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 #B97A8A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 138 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.27 |
| HSL | 344.76º | 0.31% | 0.6% | - |
| HSV(B) | 344.76º | 0.34% | 0.73% | - |
| XYZ | 31.55 | 26.07 | 27.41 | - |
| YUV | 142.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 138 | 0 | 0.34 | 0.25 | 0.27 | 344.76 | 0.31 | 0.6 |
| Hex | B9 | 7A | 8A | 0 | 22 | 19 | 1B | 159 | 1F | 3C |
| Octal | 271 | 172 | 212 | 0 | 42 | 31 | 33 | 531 | 37 | 74 |
| Binary | 10111001 | 1111010 | 10001010 | 0 | 100010 | 11001 | 11011 | 101011001 | 11111 | 111100 |
Color Harmonies of #B97A8A
Complementary color
Monochromatic Colors of #B97A8A
Black with #B97A8A
Text Example
Text Example
White with #B97A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A8A; }
p { color: rgb(185,122,138); }
H1.HeaderClassName
{
color: #B97A8A;
}
.AnyTagClassName
{
color: #B97A8A;
}
</style>
background-color css
<style>
a { background-color: #B97A8A; }
a { background-color: rgb(185,122,138); }
div.DivClassName
{
background-color: #B97A8A;
}
.BgClassName
{
background-color: #B97A8A;
}
</style>
border-color css
<style>
span { border-color: #B97A8A; }
span { border-color: rgb(185,122,138); }
td.TdClassName
{
border-color: #B97A8A;
}
.TagClassName
{
border-color: #B97A8A;
}
</style>