Shades of Tapestry #B9688B
Tints of Tapestry #B9688B
RGB
CMYK
RGB Variations
Color information
#B9688B (or 0xB9688B) is known color: Tapestry. HEX triplet: B9, 68 and 8B. RGB value is (185,104,139). Sum of RGB (Red+Green+Blue) = 185+104+139=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9688B is #469774. Grayscale: #848484. Windows color (decimal): -4626293 or 9136313. OLE color: 9136313.
HSL color Cylindrical-coordinate representation of color #B9688B: hue angle of 334.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9688B is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 139 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.27 |
| HSL | 334.07º | 0.37% | 0.57% | - |
| HSV(B) | 334.07º | 0.44% | 0.73% | - |
| XYZ | 29.62 | 22.08 | 27.13 | - |
| YUV | 132.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 139 | 0 | 0.44 | 0.25 | 0.27 | 334.07 | 0.37 | 0.57 |
| Hex | B9 | 68 | 8B | 0 | 2C | 19 | 1B | 14E | 25 | 39 |
| Octal | 271 | 150 | 213 | 0 | 54 | 31 | 33 | 516 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10001011 | 0 | 101100 | 11001 | 11011 | 101001110 | 100101 | 111001 |
Color Harmonies of #B9688B
Complementary color
Monochromatic Colors of #B9688B
Black with #B9688B
Text Example
Text Example
White with #B9688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9688B; }
p { color: rgb(185,104,139); }
H1.HeaderClassName
{
color: #B9688B;
}
.AnyTagClassName
{
color: #B9688B;
}
</style>
background-color css
<style>
a { background-color: #B9688B; }
a { background-color: rgb(185,104,139); }
div.DivClassName
{
background-color: #B9688B;
}
.BgClassName
{
background-color: #B9688B;
}
</style>
border-color css
<style>
span { border-color: #B9688B; }
span { border-color: rgb(185,104,139); }
td.TdClassName
{
border-color: #B9688B;
}
.TagClassName
{
border-color: #B9688B;
}
</style>