Shades of Tapestry #B77384
Tints of Tapestry #B77384
RGB
CMYK
RGB Variations
Color information
#B77384 (or 0xB77384) is known color: Tapestry. HEX triplet: B7, 73 and 84. RGB value is (183,115,132). Sum of RGB (Red+Green+Blue) = 183+115+132=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77384 is #488C7B. Grayscale: #898989. Windows color (decimal): -4754556 or 8680375. OLE color: 8680375.
HSL color Cylindrical-coordinate representation of color #B77384: hue angle of 345º 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 #B77384 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 132 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.28 |
| HSL | 345º | 0.32% | 0.58% | - |
| HSV(B) | 345º | 0.37% | 0.72% | - |
| XYZ | 29.82 | 23.99 | 24.89 | - |
| YUV | 137.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 132 | 0 | 0.37 | 0.28 | 0.28 | 345 | 0.32 | 0.58 |
| Hex | B7 | 73 | 84 | 0 | 25 | 1C | 1C | 159 | 20 | 3A |
| Octal | 267 | 163 | 204 | 0 | 45 | 34 | 34 | 531 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10000100 | 0 | 100101 | 11100 | 11100 | 101011001 | 100000 | 111010 |
Color Harmonies of #B77384
Complementary color
Monochromatic Colors of #B77384
Black with #B77384
Text Example
Text Example
White with #B77384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77384; }
p { color: rgb(183,115,132); }
H1.HeaderClassName
{
color: #B77384;
}
.AnyTagClassName
{
color: #B77384;
}
</style>
background-color css
<style>
a { background-color: #B77384; }
a { background-color: rgb(183,115,132); }
div.DivClassName
{
background-color: #B77384;
}
.BgClassName
{
background-color: #B77384;
}
</style>
border-color css
<style>
span { border-color: #B77384; }
span { border-color: rgb(183,115,132); }
td.TdClassName
{
border-color: #B77384;
}
.TagClassName
{
border-color: #B77384;
}
</style>