Shades of Tapestry #B76F8C
Tints of Tapestry #B76F8C
RGB
CMYK
RGB Variations
Color information
#B76F8C (or 0xB76F8C) is known color: Tapestry. HEX triplet: B7, 6F and 8C. RGB value is (183,111,140). Sum of RGB (Red+Green+Blue) = 183+111+140=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F8C is #489073. Grayscale: #878787. Windows color (decimal): -4755572 or 9203639. OLE color: 9203639.
HSL color Cylindrical-coordinate representation of color #B76F8C: hue angle of 335.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F8C is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 140 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.28 |
| HSL | 335.83º | 0.33% | 0.58% | - |
| HSV(B) | 335.83º | 0.39% | 0.72% | - |
| XYZ | 29.95 | 23.33 | 27.74 | - |
| YUV | 135.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 140 | 0 | 0.39 | 0.23 | 0.28 | 335.83 | 0.33 | 0.58 |
| Hex | B7 | 6F | 8C | 0 | 27 | 17 | 1C | 150 | 21 | 3A |
| Octal | 267 | 157 | 214 | 0 | 47 | 27 | 34 | 520 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10001100 | 0 | 100111 | 10111 | 11100 | 101010000 | 100001 | 111010 |
Color Harmonies of #B76F8C
Complementary color
Monochromatic Colors of #B76F8C
Black with #B76F8C
Text Example
Text Example
White with #B76F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F8C; }
p { color: rgb(183,111,140); }
H1.HeaderClassName
{
color: #B76F8C;
}
.AnyTagClassName
{
color: #B76F8C;
}
</style>
background-color css
<style>
a { background-color: #B76F8C; }
a { background-color: rgb(183,111,140); }
div.DivClassName
{
background-color: #B76F8C;
}
.BgClassName
{
background-color: #B76F8C;
}
</style>
border-color css
<style>
span { border-color: #B76F8C; }
span { border-color: rgb(183,111,140); }
td.TdClassName
{
border-color: #B76F8C;
}
.TagClassName
{
border-color: #B76F8C;
}
</style>