Shades of Tapestry #B77380
Tints of Tapestry #B77380
RGB
CMYK
RGB Variations
Color information
#B77380 (or 0xB77380) is known color: Tapestry. HEX triplet: B7, 73 and 80. RGB value is (183,115,128). Sum of RGB (Red+Green+Blue) = 183+115+128=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B77380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77380 is #488C7F. Grayscale: #888888. Windows color (decimal): -4754560 or 8418231. OLE color: 8418231.
HSL color Cylindrical-coordinate representation of color #B77380: hue angle of 348.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77380 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 128 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.28 |
| HSL | 348.53º | 0.32% | 0.58% | - |
| HSV(B) | 348.53º | 0.37% | 0.72% | - |
| XYZ | 29.56 | 23.89 | 23.48 | - |
| YUV | 136.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 128 | 0 | 0.37 | 0.30 | 0.28 | 348.53 | 0.32 | 0.58 |
| Hex | B7 | 73 | 80 | 0 | 25 | 1E | 1C | 15D | 20 | 3A |
| Octal | 267 | 163 | 200 | 0 | 45 | 36 | 34 | 535 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10000000 | 0 | 100101 | 11110 | 11100 | 101011101 | 100000 | 111010 |
Color Harmonies of #B77380
Complementary color
Monochromatic Colors of #B77380
Black with #B77380
Text Example
Text Example
White with #B77380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77380; }
p { color: rgb(183,115,128); }
H1.HeaderClassName
{
color: #B77380;
}
.AnyTagClassName
{
color: #B77380;
}
</style>
background-color css
<style>
a { background-color: #B77380; }
a { background-color: rgb(183,115,128); }
div.DivClassName
{
background-color: #B77380;
}
.BgClassName
{
background-color: #B77380;
}
</style>
border-color css
<style>
span { border-color: #B77380; }
span { border-color: rgb(183,115,128); }
td.TdClassName
{
border-color: #B77380;
}
.TagClassName
{
border-color: #B77380;
}
</style>