Shades of Tapestry #B76F93
Tints of Tapestry #B76F93
RGB
CMYK
RGB Variations
Color information
#B76F93 (or 0xB76F93) is known color: Tapestry. HEX triplet: B7, 6F and 93. RGB value is (183,111,147). Sum of RGB (Red+Green+Blue) = 183+111+147=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F93 is #48906C. Grayscale: #888888. Windows color (decimal): -4755565 or 9662391. OLE color: 9662391.
HSL color Cylindrical-coordinate representation of color #B76F93: hue angle of 330º 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 #B76F93 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 147 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.28 |
| HSL | 330º | 0.33% | 0.58% | - |
| HSV(B) | 330º | 0.39% | 0.72% | - |
| XYZ | 30.48 | 23.54 | 30.54 | - |
| YUV | 136.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 147 | 0 | 0.39 | 0.20 | 0.28 | 330 | 0.33 | 0.58 |
| Hex | B7 | 6F | 93 | 0 | 27 | 14 | 1C | 14A | 21 | 3A |
| Octal | 267 | 157 | 223 | 0 | 47 | 24 | 34 | 512 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10010011 | 0 | 100111 | 10100 | 11100 | 101001010 | 100001 | 111010 |
Color Harmonies of #B76F93
Complementary color
Monochromatic Colors of #B76F93
Black with #B76F93
Text Example
Text Example
White with #B76F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F93; }
p { color: rgb(183,111,147); }
H1.HeaderClassName
{
color: #B76F93;
}
.AnyTagClassName
{
color: #B76F93;
}
</style>
background-color css
<style>
a { background-color: #B76F93; }
a { background-color: rgb(183,111,147); }
div.DivClassName
{
background-color: #B76F93;
}
.BgClassName
{
background-color: #B76F93;
}
</style>
border-color css
<style>
span { border-color: #B76F93; }
span { border-color: rgb(183,111,147); }
td.TdClassName
{
border-color: #B76F93;
}
.TagClassName
{
border-color: #B76F93;
}
</style>