Shades of Tapestry #B76277
Tints of Tapestry #B76277
RGB
CMYK
RGB Variations
Color information
#B76277 (or 0xB76277) is known color: Tapestry. HEX triplet: B7, 62 and 77. RGB value is (183,98,119). Sum of RGB (Red+Green+Blue) = 183+98+119=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B76277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76277 is #489D88. Grayscale: #7D7D7D. Windows color (decimal): -4758921 or 7824055. OLE color: 7824055.
HSL color Cylindrical-coordinate representation of color #B76277: hue angle of 345.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76277 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 119 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.28 |
| HSL | 345.18º | 0.37% | 0.55% | - |
| HSV(B) | 345.18º | 0.46% | 0.72% | - |
| XYZ | 27.23 | 20.13 | 19.9 | - |
| YUV | 125.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 119 | 0 | 0.46 | 0.35 | 0.28 | 345.18 | 0.37 | 0.55 |
| Hex | B7 | 62 | 77 | 0 | 2E | 23 | 1C | 159 | 25 | 37 |
| Octal | 267 | 142 | 167 | 0 | 56 | 43 | 34 | 531 | 45 | 67 |
| Binary | 10110111 | 1100010 | 1110111 | 0 | 101110 | 100011 | 11100 | 101011001 | 100101 | 110111 |
Color Harmonies of #B76277
Complementary color
Monochromatic Colors of #B76277
Black with #B76277
Text Example
Text Example
White with #B76277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76277; }
p { color: rgb(183,98,119); }
H1.HeaderClassName
{
color: #B76277;
}
.AnyTagClassName
{
color: #B76277;
}
</style>
background-color css
<style>
a { background-color: #B76277; }
a { background-color: rgb(183,98,119); }
div.DivClassName
{
background-color: #B76277;
}
.BgClassName
{
background-color: #B76277;
}
</style>
border-color css
<style>
span { border-color: #B76277; }
span { border-color: rgb(183,98,119); }
td.TdClassName
{
border-color: #B76277;
}
.TagClassName
{
border-color: #B76277;
}
</style>