Shades of Tapestry #B77584
Tints of Tapestry #B77584
RGB
CMYK
RGB Variations
Color information
#B77584 (or 0xB77584) is known color: Tapestry. HEX triplet: B7, 75 and 84. RGB value is (183,117,132). Sum of RGB (Red+Green+Blue) = 183+117+132=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77584 is #488A7B. Grayscale: #8A8A8A. Windows color (decimal): -4754044 or 8680887. OLE color: 8680887.
HSL color Cylindrical-coordinate representation of color #B77584: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77584 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 132 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.28 |
| HSL | 346.36º | 0.31% | 0.59% | - |
| HSV(B) | 346.36º | 0.36% | 0.72% | - |
| XYZ | 30.05 | 24.46 | 24.97 | - |
| YUV | 138.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 132 | 0 | 0.36 | 0.28 | 0.28 | 346.36 | 0.31 | 0.59 |
| Hex | B7 | 75 | 84 | 0 | 24 | 1C | 1C | 15A | 1F | 3B |
| Octal | 267 | 165 | 204 | 0 | 44 | 34 | 34 | 532 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10000100 | 0 | 100100 | 11100 | 11100 | 101011010 | 11111 | 111011 |
Color Harmonies of #B77584
Complementary color
Monochromatic Colors of #B77584
Black with #B77584
Text Example
Text Example
White with #B77584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77584; }
p { color: rgb(183,117,132); }
H1.HeaderClassName
{
color: #B77584;
}
.AnyTagClassName
{
color: #B77584;
}
</style>
background-color css
<style>
a { background-color: #B77584; }
a { background-color: rgb(183,117,132); }
div.DivClassName
{
background-color: #B77584;
}
.BgClassName
{
background-color: #B77584;
}
</style>
border-color css
<style>
span { border-color: #B77584; }
span { border-color: rgb(183,117,132); }
td.TdClassName
{
border-color: #B77584;
}
.TagClassName
{
border-color: #B77584;
}
</style>