Shades of Tapestry #B96F8A
Tints of Tapestry #B96F8A
RGB
CMYK
RGB Variations
Color information
#B96F8A (or 0xB96F8A) is known color: Tapestry. HEX triplet: B9, 6F and 8A. RGB value is (185,111,138). Sum of RGB (Red+Green+Blue) = 185+111+138=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F8A is #469075. Grayscale: #888888. Windows color (decimal): -4624502 or 9072569. OLE color: 9072569.
HSL color Cylindrical-coordinate representation of color #B96F8A: hue angle of 338.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F8A is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 138 | - |
| CMYK | 0 | 0.4 | 0.25 | 0.27 |
| HSL | 338.11º | 0.35% | 0.58% | - |
| HSV(B) | 338.11º | 0.4% | 0.73% | - |
| XYZ | 30.28 | 23.52 | 26.99 | - |
| YUV | 136.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 138 | 0 | 0.4 | 0.25 | 0.27 | 338.11 | 0.35 | 0.58 |
| Hex | B9 | 6F | 8A | 0 | 28 | 19 | 1B | 152 | 23 | 3A |
| Octal | 271 | 157 | 212 | 0 | 50 | 31 | 33 | 522 | 43 | 72 |
| Binary | 10111001 | 1101111 | 10001010 | 0 | 101000 | 11001 | 11011 | 101010010 | 100011 | 111010 |
Color Harmonies of #B96F8A
Complementary color
Monochromatic Colors of #B96F8A
Black with #B96F8A
Text Example
Text Example
White with #B96F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F8A; }
p { color: rgb(185,111,138); }
H1.HeaderClassName
{
color: #B96F8A;
}
.AnyTagClassName
{
color: #B96F8A;
}
</style>
background-color css
<style>
a { background-color: #B96F8A; }
a { background-color: rgb(185,111,138); }
div.DivClassName
{
background-color: #B96F8A;
}
.BgClassName
{
background-color: #B96F8A;
}
</style>
border-color css
<style>
span { border-color: #B96F8A; }
span { border-color: rgb(185,111,138); }
td.TdClassName
{
border-color: #B96F8A;
}
.TagClassName
{
border-color: #B96F8A;
}
</style>