Shades of Tapestry #B9668C
Tints of Tapestry #B9668C
RGB
CMYK
RGB Variations
Color information
#B9668C (or 0xB9668C) is known color: Tapestry. HEX triplet: B9, 66 and 8C. RGB value is (185,102,140). Sum of RGB (Red+Green+Blue) = 185+102+140=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9668C is #469973. Grayscale: #838383. Windows color (decimal): -4626804 or 9201337. OLE color: 9201337.
HSL color Cylindrical-coordinate representation of color #B9668C: hue angle of 332.53º 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 #B9668C is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 140 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.27 |
| HSL | 332.53º | 0.37% | 0.56% | - |
| HSV(B) | 332.53º | 0.45% | 0.73% | - |
| XYZ | 29.49 | 21.71 | 27.45 | - |
| YUV | 131.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 140 | 0 | 0.45 | 0.24 | 0.27 | 332.53 | 0.37 | 0.56 |
| Hex | B9 | 66 | 8C | 0 | 2D | 18 | 1B | 14D | 25 | 38 |
| Octal | 271 | 146 | 214 | 0 | 55 | 30 | 33 | 515 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10001100 | 0 | 101101 | 11000 | 11011 | 101001101 | 100101 | 111000 |
Color Harmonies of #B9668C
Complementary color
Monochromatic Colors of #B9668C
Black with #B9668C
Text Example
Text Example
White with #B9668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9668C; }
p { color: rgb(185,102,140); }
H1.HeaderClassName
{
color: #B9668C;
}
.AnyTagClassName
{
color: #B9668C;
}
</style>
background-color css
<style>
a { background-color: #B9668C; }
a { background-color: rgb(185,102,140); }
div.DivClassName
{
background-color: #B9668C;
}
.BgClassName
{
background-color: #B9668C;
}
</style>
border-color css
<style>
span { border-color: #B9668C; }
span { border-color: rgb(185,102,140); }
td.TdClassName
{
border-color: #B9668C;
}
.TagClassName
{
border-color: #B9668C;
}
</style>