Shades of Tapestry #B9667A
Tints of Tapestry #B9667A
RGB
CMYK
RGB Variations
Color information
#B9667A (or 0xB9667A) is known color: Tapestry. HEX triplet: B9, 66 and 7A. RGB value is (185,102,122). Sum of RGB (Red+Green+Blue) = 185+102+122=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9667A is #469985. Grayscale: #818181. Windows color (decimal): -4626822 or 8021689. OLE color: 8021689.
HSL color Cylindrical-coordinate representation of color #B9667A: hue angle of 345.54º 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 #B9667A is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 122 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.27 |
| HSL | 345.54º | 0.37% | 0.56% | - |
| HSV(B) | 345.54º | 0.45% | 0.73% | - |
| XYZ | 28.27 | 21.22 | 21.02 | - |
| YUV | 129.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 122 | 0 | 0.45 | 0.34 | 0.27 | 345.54 | 0.37 | 0.56 |
| Hex | B9 | 66 | 7A | 0 | 2D | 22 | 1B | 15A | 25 | 38 |
| Octal | 271 | 146 | 172 | 0 | 55 | 42 | 33 | 532 | 45 | 70 |
| Binary | 10111001 | 1100110 | 1111010 | 0 | 101101 | 100010 | 11011 | 101011010 | 100101 | 111000 |
Color Harmonies of #B9667A
Complementary color
Monochromatic Colors of #B9667A
Black with #B9667A
Text Example
Text Example
White with #B9667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9667A; }
p { color: rgb(185,102,122); }
H1.HeaderClassName
{
color: #B9667A;
}
.AnyTagClassName
{
color: #B9667A;
}
</style>
background-color css
<style>
a { background-color: #B9667A; }
a { background-color: rgb(185,102,122); }
div.DivClassName
{
background-color: #B9667A;
}
.BgClassName
{
background-color: #B9667A;
}
</style>
border-color css
<style>
span { border-color: #B9667A; }
span { border-color: rgb(185,102,122); }
td.TdClassName
{
border-color: #B9667A;
}
.TagClassName
{
border-color: #B9667A;
}
</style>