Shades of Tapestry #B77484
Tints of Tapestry #B77484
RGB
CMYK
RGB Variations
Color information
#B77484 (or 0xB77484) is known color: Tapestry. HEX triplet: B7, 74 and 84. RGB value is (183,116,132). Sum of RGB (Red+Green+Blue) = 183+116+132=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77484 is #488B7B. Grayscale: #898989. Windows color (decimal): -4754300 or 8680631. OLE color: 8680631.
HSL color Cylindrical-coordinate representation of color #B77484: hue angle of 345.67º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77484 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 132 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.28 |
| HSL | 345.67º | 0.32% | 0.59% | - |
| HSV(B) | 345.67º | 0.37% | 0.72% | - |
| XYZ | 29.94 | 24.22 | 24.93 | - |
| YUV | 137.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 132 | 0 | 0.37 | 0.28 | 0.28 | 345.67 | 0.32 | 0.59 |
| Hex | B7 | 74 | 84 | 0 | 25 | 1C | 1C | 15A | 20 | 3B |
| Octal | 267 | 164 | 204 | 0 | 45 | 34 | 34 | 532 | 40 | 73 |
| Binary | 10110111 | 1110100 | 10000100 | 0 | 100101 | 11100 | 11100 | 101011010 | 100000 | 111011 |
Color Harmonies of #B77484
Complementary color
Monochromatic Colors of #B77484
Black with #B77484
Text Example
Text Example
White with #B77484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77484; }
p { color: rgb(183,116,132); }
H1.HeaderClassName
{
color: #B77484;
}
.AnyTagClassName
{
color: #B77484;
}
</style>
background-color css
<style>
a { background-color: #B77484; }
a { background-color: rgb(183,116,132); }
div.DivClassName
{
background-color: #B77484;
}
.BgClassName
{
background-color: #B77484;
}
</style>
border-color css
<style>
span { border-color: #B77484; }
span { border-color: rgb(183,116,132); }
td.TdClassName
{
border-color: #B77484;
}
.TagClassName
{
border-color: #B77484;
}
</style>