Shades of Tapestry #B77983
Tints of Tapestry #B77983
RGB
CMYK
RGB Variations
Color information
#B77983 (or 0xB77983) is known color: Tapestry. HEX triplet: B7, 79 and 83. RGB value is (183,121,131). Sum of RGB (Red+Green+Blue) = 183+121+131=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77983 is #48867C. Grayscale: #8C8C8C. Windows color (decimal): -4753021 or 8616375. OLE color: 8616375.
HSL color Cylindrical-coordinate representation of color #B77983: hue angle of 350.32º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77983 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 131 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.28 |
| HSL | 350.32º | 0.3% | 0.6% | - |
| HSV(B) | 350.32º | 0.34% | 0.72% | - |
| XYZ | 30.46 | 25.38 | 24.77 | - |
| YUV | 140.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 131 | 0 | 0.34 | 0.28 | 0.28 | 350.32 | 0.3 | 0.6 |
| Hex | B7 | 79 | 83 | 0 | 22 | 1C | 1C | 15E | 1E | 3C |
| Octal | 267 | 171 | 203 | 0 | 42 | 34 | 34 | 536 | 36 | 74 |
| Binary | 10110111 | 1111001 | 10000011 | 0 | 100010 | 11100 | 11100 | 101011110 | 11110 | 111100 |
Color Harmonies of #B77983
Complementary color
Monochromatic Colors of #B77983
Black with #B77983
Text Example
Text Example
White with #B77983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77983; }
p { color: rgb(183,121,131); }
H1.HeaderClassName
{
color: #B77983;
}
.AnyTagClassName
{
color: #B77983;
}
</style>
background-color css
<style>
a { background-color: #B77983; }
a { background-color: rgb(183,121,131); }
div.DivClassName
{
background-color: #B77983;
}
.BgClassName
{
background-color: #B77983;
}
</style>
border-color css
<style>
span { border-color: #B77983; }
span { border-color: rgb(183,121,131); }
td.TdClassName
{
border-color: #B77983;
}
.TagClassName
{
border-color: #B77983;
}
</style>