Shades of Tapestry #B9638B
Tints of Tapestry #B9638B
RGB
CMYK
RGB Variations
Color information
#B9638B (or 0xB9638B) is known color: Tapestry. HEX triplet: B9, 63 and 8B. RGB value is (185,99,139). Sum of RGB (Red+Green+Blue) = 185+99+139=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9638B is #469C74. Grayscale: #818181. Windows color (decimal): -4627573 or 9135033. OLE color: 9135033.
HSL color Cylindrical-coordinate representation of color #B9638B: hue angle of 332.09º 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 #B9638B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 139 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.27 |
| HSL | 332.09º | 0.38% | 0.56% | - |
| HSV(B) | 332.09º | 0.46% | 0.73% | - |
| XYZ | 29.13 | 21.1 | 26.96 | - |
| YUV | 129.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 139 | 0 | 0.46 | 0.25 | 0.27 | 332.09 | 0.38 | 0.56 |
| Hex | B9 | 63 | 8B | 0 | 2E | 19 | 1B | 14C | 26 | 38 |
| Octal | 271 | 143 | 213 | 0 | 56 | 31 | 33 | 514 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10001011 | 0 | 101110 | 11001 | 11011 | 101001100 | 100110 | 111000 |
Color Harmonies of #B9638B
Complementary color
Monochromatic Colors of #B9638B
Black with #B9638B
Text Example
Text Example
White with #B9638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9638B; }
p { color: rgb(185,99,139); }
H1.HeaderClassName
{
color: #B9638B;
}
.AnyTagClassName
{
color: #B9638B;
}
</style>
background-color css
<style>
a { background-color: #B9638B; }
a { background-color: rgb(185,99,139); }
div.DivClassName
{
background-color: #B9638B;
}
.BgClassName
{
background-color: #B9638B;
}
</style>
border-color css
<style>
span { border-color: #B9638B; }
span { border-color: rgb(185,99,139); }
td.TdClassName
{
border-color: #B9638B;
}
.TagClassName
{
border-color: #B9638B;
}
</style>