Shades of Tapestry #B9607D
Tints of Tapestry #B9607D
RGB
CMYK
RGB Variations
Color information
#B9607D (or 0xB9607D) is known color: Tapestry. HEX triplet: B9, 60 and 7D. RGB value is (185,96,125). Sum of RGB (Red+Green+Blue) = 185+96+125=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9607D is #469F82. Grayscale: #7D7D7D. Windows color (decimal): -4628355 or 8216761. OLE color: 8216761.
HSL color Cylindrical-coordinate representation of color #B9607D: hue angle of 340.45º 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 #B9607D is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 125 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.27 |
| HSL | 340.45º | 0.39% | 0.55% | - |
| HSV(B) | 340.45º | 0.48% | 0.73% | - |
| XYZ | 27.89 | 20.16 | 21.82 | - |
| YUV | 125.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 125 | 0 | 0.48 | 0.32 | 0.27 | 340.45 | 0.39 | 0.55 |
| Hex | B9 | 60 | 7D | 0 | 30 | 20 | 1B | 154 | 27 | 37 |
| Octal | 271 | 140 | 175 | 0 | 60 | 40 | 33 | 524 | 47 | 67 |
| Binary | 10111001 | 1100000 | 1111101 | 0 | 110000 | 100000 | 11011 | 101010100 | 100111 | 110111 |
Color Harmonies of #B9607D
Complementary color
Monochromatic Colors of #B9607D
Black with #B9607D
Text Example
Text Example
White with #B9607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9607D; }
p { color: rgb(185,96,125); }
H1.HeaderClassName
{
color: #B9607D;
}
.AnyTagClassName
{
color: #B9607D;
}
</style>
background-color css
<style>
a { background-color: #B9607D; }
a { background-color: rgb(185,96,125); }
div.DivClassName
{
background-color: #B9607D;
}
.BgClassName
{
background-color: #B9607D;
}
</style>
border-color css
<style>
span { border-color: #B9607D; }
span { border-color: rgb(185,96,125); }
td.TdClassName
{
border-color: #B9607D;
}
.TagClassName
{
border-color: #B9607D;
}
</style>