Shades of Tapestry #B9648E
Tints of Tapestry #B9648E
RGB
CMYK
RGB Variations
Color information
#B9648E (or 0xB9648E) is known color: Tapestry. HEX triplet: B9, 64 and 8E. RGB value is (185,100,142). Sum of RGB (Red+Green+Blue) = 185+100+142=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9648E is #469B71. Grayscale: #828282. Windows color (decimal): -4627314 or 9331897. OLE color: 9331897.
HSL color Cylindrical-coordinate representation of color #B9648E: hue angle of 330.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9648E is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 142 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.27 |
| HSL | 330.35º | 0.38% | 0.56% | - |
| HSV(B) | 330.35º | 0.46% | 0.73% | - |
| XYZ | 29.45 | 21.38 | 28.17 | - |
| YUV | 130.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 142 | 0 | 0.46 | 0.23 | 0.27 | 330.35 | 0.38 | 0.56 |
| Hex | B9 | 64 | 8E | 0 | 2E | 17 | 1B | 14A | 26 | 38 |
| Octal | 271 | 144 | 216 | 0 | 56 | 27 | 33 | 512 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10001110 | 0 | 101110 | 10111 | 11011 | 101001010 | 100110 | 111000 |
Color Harmonies of #B9648E
Complementary color
Monochromatic Colors of #B9648E
Black with #B9648E
Text Example
Text Example
White with #B9648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9648E; }
p { color: rgb(185,100,142); }
H1.HeaderClassName
{
color: #B9648E;
}
.AnyTagClassName
{
color: #B9648E;
}
</style>
background-color css
<style>
a { background-color: #B9648E; }
a { background-color: rgb(185,100,142); }
div.DivClassName
{
background-color: #B9648E;
}
.BgClassName
{
background-color: #B9648E;
}
</style>
border-color css
<style>
span { border-color: #B9648E; }
span { border-color: rgb(185,100,142); }
td.TdClassName
{
border-color: #B9648E;
}
.TagClassName
{
border-color: #B9648E;
}
</style>