Shades of Tapestry #B96A8A
Tints of Tapestry #B96A8A
RGB
CMYK
RGB Variations
Color information
#B96A8A (or 0xB96A8A) is known color: Tapestry. HEX triplet: B9, 6A and 8A. RGB value is (185,106,138). Sum of RGB (Red+Green+Blue) = 185+106+138=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A8A is #469575. Grayscale: #858585. Windows color (decimal): -4625782 or 9071289. OLE color: 9071289.
HSL color Cylindrical-coordinate representation of color #B96A8A: hue angle of 335.7º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96A8A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 138 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.27 |
| HSL | 335.7º | 0.36% | 0.57% | - |
| HSV(B) | 335.7º | 0.43% | 0.73% | - |
| XYZ | 29.75 | 22.46 | 26.81 | - |
| YUV | 133.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 138 | 0 | 0.43 | 0.25 | 0.27 | 335.7 | 0.36 | 0.57 |
| Hex | B9 | 6A | 8A | 0 | 2B | 19 | 1B | 150 | 24 | 39 |
| Octal | 271 | 152 | 212 | 0 | 53 | 31 | 33 | 520 | 44 | 71 |
| Binary | 10111001 | 1101010 | 10001010 | 0 | 101011 | 11001 | 11011 | 101010000 | 100100 | 111001 |
Color Harmonies of #B96A8A
Complementary color
Monochromatic Colors of #B96A8A
Black with #B96A8A
Text Example
Text Example
White with #B96A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A8A; }
p { color: rgb(185,106,138); }
H1.HeaderClassName
{
color: #B96A8A;
}
.AnyTagClassName
{
color: #B96A8A;
}
</style>
background-color css
<style>
a { background-color: #B96A8A; }
a { background-color: rgb(185,106,138); }
div.DivClassName
{
background-color: #B96A8A;
}
.BgClassName
{
background-color: #B96A8A;
}
</style>
border-color css
<style>
span { border-color: #B96A8A; }
span { border-color: rgb(185,106,138); }
td.TdClassName
{
border-color: #B96A8A;
}
.TagClassName
{
border-color: #B96A8A;
}
</style>