Shades of Tapestry #B76F92
Tints of Tapestry #B76F92
RGB
CMYK
RGB Variations
Color information
#B76F92 (or 0xB76F92) is known color: Tapestry. HEX triplet: B7, 6F and 92. RGB value is (183,111,146). Sum of RGB (Red+Green+Blue) = 183+111+146=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F92 is #48906D. Grayscale: #888888. Windows color (decimal): -4755566 or 9596855. OLE color: 9596855.
HSL color Cylindrical-coordinate representation of color #B76F92: hue angle of 330.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 #B76F92 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 146 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.28 |
| HSL | 330.83º | 0.33% | 0.58% | - |
| HSV(B) | 330.83º | 0.39% | 0.72% | - |
| XYZ | 30.4 | 23.51 | 30.13 | - |
| YUV | 136.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 146 | 0 | 0.39 | 0.20 | 0.28 | 330.83 | 0.33 | 0.58 |
| Hex | B7 | 6F | 92 | 0 | 27 | 14 | 1C | 14B | 21 | 3A |
| Octal | 267 | 157 | 222 | 0 | 47 | 24 | 34 | 513 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10010010 | 0 | 100111 | 10100 | 11100 | 101001011 | 100001 | 111010 |
Color Harmonies of #B76F92
Complementary color
Monochromatic Colors of #B76F92
Black with #B76F92
Text Example
Text Example
White with #B76F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F92; }
p { color: rgb(183,111,146); }
H1.HeaderClassName
{
color: #B76F92;
}
.AnyTagClassName
{
color: #B76F92;
}
</style>
background-color css
<style>
a { background-color: #B76F92; }
a { background-color: rgb(183,111,146); }
div.DivClassName
{
background-color: #B76F92;
}
.BgClassName
{
background-color: #B76F92;
}
</style>
border-color css
<style>
span { border-color: #B76F92; }
span { border-color: rgb(183,111,146); }
td.TdClassName
{
border-color: #B76F92;
}
.TagClassName
{
border-color: #B76F92;
}
</style>