Shades of Tapestry #B76581
Tints of Tapestry #B76581
RGB
CMYK
RGB Variations
Color information
#B76581 (or 0xB76581) is known color: Tapestry. HEX triplet: B7, 65 and 81. RGB value is (183,101,129). Sum of RGB (Red+Green+Blue) = 183+101+129=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B76581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76581 is #489A7E. Grayscale: #808080. Windows color (decimal): -4758143 or 8480183. OLE color: 8480183.
HSL color Cylindrical-coordinate representation of color #B76581: hue angle of 339.51º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76581 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 129 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.28 |
| HSL | 339.51º | 0.36% | 0.56% | - |
| HSV(B) | 339.51º | 0.45% | 0.72% | - |
| XYZ | 28.14 | 20.96 | 23.33 | - |
| YUV | 128.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 129 | 0 | 0.45 | 0.30 | 0.28 | 339.51 | 0.36 | 0.56 |
| Hex | B7 | 65 | 81 | 0 | 2D | 1E | 1C | 154 | 24 | 38 |
| Octal | 267 | 145 | 201 | 0 | 55 | 36 | 34 | 524 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10000001 | 0 | 101101 | 11110 | 11100 | 101010100 | 100100 | 111000 |
Color Harmonies of #B76581
Complementary color
Monochromatic Colors of #B76581
Black with #B76581
Text Example
Text Example
White with #B76581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76581; }
p { color: rgb(183,101,129); }
H1.HeaderClassName
{
color: #B76581;
}
.AnyTagClassName
{
color: #B76581;
}
</style>
background-color css
<style>
a { background-color: #B76581; }
a { background-color: rgb(183,101,129); }
div.DivClassName
{
background-color: #B76581;
}
.BgClassName
{
background-color: #B76581;
}
</style>
border-color css
<style>
span { border-color: #B76581; }
span { border-color: rgb(183,101,129); }
td.TdClassName
{
border-color: #B76581;
}
.TagClassName
{
border-color: #B76581;
}
</style>