Shades of Tapestry #B9678B
Tints of Tapestry #B9678B
RGB
CMYK
RGB Variations
Color information
#B9678B (or 0xB9678B) is known color: Tapestry. HEX triplet: B9, 67 and 8B. RGB value is (185,103,139). Sum of RGB (Red+Green+Blue) = 185+103+139=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9678B is #469874. Grayscale: #838383. Windows color (decimal): -4626549 or 9136057. OLE color: 9136057.
HSL color Cylindrical-coordinate representation of color #B9678B: hue angle of 333.66º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9678B is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 139 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.27 |
| HSL | 333.66º | 0.37% | 0.56% | - |
| HSV(B) | 333.66º | 0.44% | 0.73% | - |
| XYZ | 29.52 | 21.88 | 27.09 | - |
| YUV | 131.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 139 | 0 | 0.44 | 0.25 | 0.27 | 333.66 | 0.37 | 0.56 |
| Hex | B9 | 67 | 8B | 0 | 2C | 19 | 1B | 14E | 25 | 38 |
| Octal | 271 | 147 | 213 | 0 | 54 | 31 | 33 | 516 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10001011 | 0 | 101100 | 11001 | 11011 | 101001110 | 100101 | 111000 |
Color Harmonies of #B9678B
Complementary color
Monochromatic Colors of #B9678B
Black with #B9678B
Text Example
Text Example
White with #B9678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9678B; }
p { color: rgb(185,103,139); }
H1.HeaderClassName
{
color: #B9678B;
}
.AnyTagClassName
{
color: #B9678B;
}
</style>
background-color css
<style>
a { background-color: #B9678B; }
a { background-color: rgb(185,103,139); }
div.DivClassName
{
background-color: #B9678B;
}
.BgClassName
{
background-color: #B9678B;
}
</style>
border-color css
<style>
span { border-color: #B9678B; }
span { border-color: rgb(185,103,139); }
td.TdClassName
{
border-color: #B9678B;
}
.TagClassName
{
border-color: #B9678B;
}
</style>