Shades of Tapestry #B9608B
Tints of Tapestry #B9608B
RGB
CMYK
RGB Variations
Color information
#B9608B (or 0xB9608B) is known color: Tapestry. HEX triplet: B9, 60 and 8B. RGB value is (185,96,139). Sum of RGB (Red+Green+Blue) = 185+96+139=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9608B is #469F74. Grayscale: #7F7F7F. Windows color (decimal): -4628341 or 9134265. OLE color: 9134265.
HSL color Cylindrical-coordinate representation of color #B9608B: hue angle of 331.01º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9608B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 139 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.27 |
| HSL | 331.01º | 0.39% | 0.55% | - |
| HSV(B) | 331.01º | 0.48% | 0.73% | - |
| XYZ | 28.85 | 20.54 | 26.87 | - |
| YUV | 127.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 139 | 0 | 0.48 | 0.25 | 0.27 | 331.01 | 0.39 | 0.55 |
| Hex | B9 | 60 | 8B | 0 | 30 | 19 | 1B | 14B | 27 | 37 |
| Octal | 271 | 140 | 213 | 0 | 60 | 31 | 33 | 513 | 47 | 67 |
| Binary | 10111001 | 1100000 | 10001011 | 0 | 110000 | 11001 | 11011 | 101001011 | 100111 | 110111 |
Color Harmonies of #B9608B
Complementary color
Monochromatic Colors of #B9608B
Black with #B9608B
Text Example
Text Example
White with #B9608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9608B; }
p { color: rgb(185,96,139); }
H1.HeaderClassName
{
color: #B9608B;
}
.AnyTagClassName
{
color: #B9608B;
}
</style>
background-color css
<style>
a { background-color: #B9608B; }
a { background-color: rgb(185,96,139); }
div.DivClassName
{
background-color: #B9608B;
}
.BgClassName
{
background-color: #B9608B;
}
</style>
border-color css
<style>
span { border-color: #B9608B; }
span { border-color: rgb(185,96,139); }
td.TdClassName
{
border-color: #B9608B;
}
.TagClassName
{
border-color: #B9608B;
}
</style>