Shades of Tapestry #B77381
Tints of Tapestry #B77381
RGB
CMYK
RGB Variations
Color information
#B77381 (or 0xB77381) is known color: Tapestry. HEX triplet: B7, 73 and 81. RGB value is (183,115,129). Sum of RGB (Red+Green+Blue) = 183+115+129=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77381 is #488C7E. Grayscale: #888888. Windows color (decimal): -4754559 or 8483767. OLE color: 8483767.
HSL color Cylindrical-coordinate representation of color #B77381: hue angle of 347.65º 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 #B77381 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 129 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.28 |
| HSL | 347.65º | 0.32% | 0.58% | - |
| HSV(B) | 347.65º | 0.37% | 0.72% | - |
| XYZ | 29.62 | 23.91 | 23.82 | - |
| YUV | 136.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 129 | 0 | 0.37 | 0.30 | 0.28 | 347.65 | 0.32 | 0.58 |
| Hex | B7 | 73 | 81 | 0 | 25 | 1E | 1C | 15C | 20 | 3A |
| Octal | 267 | 163 | 201 | 0 | 45 | 36 | 34 | 534 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10000001 | 0 | 100101 | 11110 | 11100 | 101011100 | 100000 | 111010 |
Color Harmonies of #B77381
Complementary color
Monochromatic Colors of #B77381
Black with #B77381
Text Example
Text Example
White with #B77381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77381; }
p { color: rgb(183,115,129); }
H1.HeaderClassName
{
color: #B77381;
}
.AnyTagClassName
{
color: #B77381;
}
</style>
background-color css
<style>
a { background-color: #B77381; }
a { background-color: rgb(183,115,129); }
div.DivClassName
{
background-color: #B77381;
}
.BgClassName
{
background-color: #B77381;
}
</style>
border-color css
<style>
span { border-color: #B77381; }
span { border-color: rgb(183,115,129); }
td.TdClassName
{
border-color: #B77381;
}
.TagClassName
{
border-color: #B77381;
}
</style>