Shades of Tapestry #B96E7B
Tints of Tapestry #B96E7B
RGB
CMYK
RGB Variations
Color information
#B96E7B (or 0xB96E7B) is known color: Tapestry. HEX triplet: B9, 6E and 7B. RGB value is (185,110,123). Sum of RGB (Red+Green+Blue) = 185+110+123=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E7B is #469184. Grayscale: #858585. Windows color (decimal): -4624773 or 8089273. OLE color: 8089273.
HSL color Cylindrical-coordinate representation of color #B96E7B: hue angle of 349.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96E7B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 123 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.27 |
| HSL | 349.6º | 0.35% | 0.58% | - |
| HSV(B) | 349.6º | 0.41% | 0.73% | - |
| XYZ | 29.16 | 22.9 | 21.62 | - |
| YUV | 133.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 123 | 0 | 0.41 | 0.34 | 0.27 | 349.6 | 0.35 | 0.58 |
| Hex | B9 | 6E | 7B | 0 | 29 | 22 | 1B | 15E | 23 | 3A |
| Octal | 271 | 156 | 173 | 0 | 51 | 42 | 33 | 536 | 43 | 72 |
| Binary | 10111001 | 1101110 | 1111011 | 0 | 101001 | 100010 | 11011 | 101011110 | 100011 | 111010 |
Color Harmonies of #B96E7B
Complementary color
Monochromatic Colors of #B96E7B
Black with #B96E7B
Text Example
Text Example
White with #B96E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E7B; }
p { color: rgb(185,110,123); }
H1.HeaderClassName
{
color: #B96E7B;
}
.AnyTagClassName
{
color: #B96E7B;
}
</style>
background-color css
<style>
a { background-color: #B96E7B; }
a { background-color: rgb(185,110,123); }
div.DivClassName
{
background-color: #B96E7B;
}
.BgClassName
{
background-color: #B96E7B;
}
</style>
border-color css
<style>
span { border-color: #B96E7B; }
span { border-color: rgb(185,110,123); }
td.TdClassName
{
border-color: #B96E7B;
}
.TagClassName
{
border-color: #B96E7B;
}
</style>