Shades of Tapestry #B76F83
Tints of Tapestry #B76F83
RGB
CMYK
RGB Variations
Color information
#B76F83 (or 0xB76F83) is known color: Tapestry. HEX triplet: B7, 6F and 83. RGB value is (183,111,131). Sum of RGB (Red+Green+Blue) = 183+111+131=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F83 is #48907C. Grayscale: #868686. Windows color (decimal): -4755581 or 8613815. OLE color: 8613815.
HSL color Cylindrical-coordinate representation of color #B76F83: hue angle of 343.33º 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 #B76F83 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 131 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.28 |
| HSL | 343.33º | 0.33% | 0.58% | - |
| HSV(B) | 343.33º | 0.39% | 0.72% | - |
| XYZ | 29.31 | 23.07 | 24.38 | - |
| YUV | 134.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 131 | 0 | 0.39 | 0.28 | 0.28 | 343.33 | 0.33 | 0.58 |
| Hex | B7 | 6F | 83 | 0 | 27 | 1C | 1C | 157 | 21 | 3A |
| Octal | 267 | 157 | 203 | 0 | 47 | 34 | 34 | 527 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10000011 | 0 | 100111 | 11100 | 11100 | 101010111 | 100001 | 111010 |
Color Harmonies of #B76F83
Complementary color
Monochromatic Colors of #B76F83
Black with #B76F83
Text Example
Text Example
White with #B76F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F83; }
p { color: rgb(183,111,131); }
H1.HeaderClassName
{
color: #B76F83;
}
.AnyTagClassName
{
color: #B76F83;
}
</style>
background-color css
<style>
a { background-color: #B76F83; }
a { background-color: rgb(183,111,131); }
div.DivClassName
{
background-color: #B76F83;
}
.BgClassName
{
background-color: #B76F83;
}
</style>
border-color css
<style>
span { border-color: #B76F83; }
span { border-color: rgb(183,111,131); }
td.TdClassName
{
border-color: #B76F83;
}
.TagClassName
{
border-color: #B76F83;
}
</style>