Shades of Tapestry #B9718A
Tints of Tapestry #B9718A
RGB
CMYK
RGB Variations
Color information
#B9718A (or 0xB9718A) is known color: Tapestry. HEX triplet: B9, 71 and 8A. RGB value is (185,113,138). Sum of RGB (Red+Green+Blue) = 185+113+138=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9718A is #468E75. Grayscale: #898989. Windows color (decimal): -4623990 or 9073081. OLE color: 9073081.
HSL color Cylindrical-coordinate representation of color #B9718A: hue angle of 339.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9718A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 138 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.27 |
| HSL | 339.17º | 0.34% | 0.58% | - |
| HSV(B) | 339.17º | 0.39% | 0.73% | - |
| XYZ | 30.5 | 23.96 | 27.06 | - |
| YUV | 137.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 138 | 0 | 0.39 | 0.25 | 0.27 | 339.17 | 0.34 | 0.58 |
| Hex | B9 | 71 | 8A | 0 | 27 | 19 | 1B | 153 | 22 | 3A |
| Octal | 271 | 161 | 212 | 0 | 47 | 31 | 33 | 523 | 42 | 72 |
| Binary | 10111001 | 1110001 | 10001010 | 0 | 100111 | 11001 | 11011 | 101010011 | 100010 | 111010 |
Color Harmonies of #B9718A
Complementary color
Monochromatic Colors of #B9718A
Black with #B9718A
Text Example
Text Example
White with #B9718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9718A; }
p { color: rgb(185,113,138); }
H1.HeaderClassName
{
color: #B9718A;
}
.AnyTagClassName
{
color: #B9718A;
}
</style>
background-color css
<style>
a { background-color: #B9718A; }
a { background-color: rgb(185,113,138); }
div.DivClassName
{
background-color: #B9718A;
}
.BgClassName
{
background-color: #B9718A;
}
</style>
border-color css
<style>
span { border-color: #B9718A; }
span { border-color: rgb(185,113,138); }
td.TdClassName
{
border-color: #B9718A;
}
.TagClassName
{
border-color: #B9718A;
}
</style>