Shades of Tapestry #B9667D
Tints of Tapestry #B9667D
RGB
CMYK
RGB Variations
Color information
#B9667D (or 0xB9667D) is known color: Tapestry. HEX triplet: B9, 66 and 7D. RGB value is (185,102,125). Sum of RGB (Red+Green+Blue) = 185+102+125=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9667D is #469982. Grayscale: #818181. Windows color (decimal): -4626819 or 8218297. OLE color: 8218297.
HSL color Cylindrical-coordinate representation of color #B9667D: hue angle of 343.37º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9667D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 125 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.27 |
| HSL | 343.37º | 0.37% | 0.56% | - |
| HSV(B) | 343.37º | 0.45% | 0.73% | - |
| XYZ | 28.46 | 21.3 | 22.01 | - |
| YUV | 129.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 125 | 0 | 0.45 | 0.32 | 0.27 | 343.37 | 0.37 | 0.56 |
| Hex | B9 | 66 | 7D | 0 | 2D | 20 | 1B | 157 | 25 | 38 |
| Octal | 271 | 146 | 175 | 0 | 55 | 40 | 33 | 527 | 45 | 70 |
| Binary | 10111001 | 1100110 | 1111101 | 0 | 101101 | 100000 | 11011 | 101010111 | 100101 | 111000 |
Color Harmonies of #B9667D
Complementary color
Monochromatic Colors of #B9667D
Black with #B9667D
Text Example
Text Example
White with #B9667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9667D; }
p { color: rgb(185,102,125); }
H1.HeaderClassName
{
color: #B9667D;
}
.AnyTagClassName
{
color: #B9667D;
}
</style>
background-color css
<style>
a { background-color: #B9667D; }
a { background-color: rgb(185,102,125); }
div.DivClassName
{
background-color: #B9667D;
}
.BgClassName
{
background-color: #B9667D;
}
</style>
border-color css
<style>
span { border-color: #B9667D; }
span { border-color: rgb(185,102,125); }
td.TdClassName
{
border-color: #B9667D;
}
.TagClassName
{
border-color: #B9667D;
}
</style>