Shades of Tapestry #B78384
Tints of Tapestry #B78384
RGB
CMYK
RGB Variations
Color information
#B78384 (or 0xB78384) is known color: Tapestry. HEX triplet: B7, 83 and 84. RGB value is (183,131,132). Sum of RGB (Red+Green+Blue) = 183+131+132=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78384 is #487C7B. Grayscale: #929292. Windows color (decimal): -4750460 or 8684471. OLE color: 8684471.
HSL color Cylindrical-coordinate representation of color #B78384: hue angle of 358.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B78384 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 132 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.28 |
| HSL | 358.85º | 0.27% | 0.62% | - |
| HSV(B) | 358.85º | 0.28% | 0.72% | - |
| XYZ | 31.81 | 27.97 | 25.55 | - |
| YUV | 146.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 132 | 0 | 0.28 | 0.28 | 0.28 | 358.85 | 0.27 | 0.62 |
| Hex | B7 | 83 | 84 | 0 | 1C | 1C | 1C | 167 | 1B | 3E |
| Octal | 267 | 203 | 204 | 0 | 34 | 34 | 34 | 547 | 33 | 76 |
| Binary | 10110111 | 10000011 | 10000100 | 0 | 11100 | 11100 | 11100 | 101100111 | 11011 | 111110 |
Color Harmonies of #B78384
Complementary color
Monochromatic Colors of #B78384
Black with #B78384
Text Example
Text Example
White with #B78384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78384; }
p { color: rgb(183,131,132); }
H1.HeaderClassName
{
color: #B78384;
}
.AnyTagClassName
{
color: #B78384;
}
</style>
background-color css
<style>
a { background-color: #B78384; }
a { background-color: rgb(183,131,132); }
div.DivClassName
{
background-color: #B78384;
}
.BgClassName
{
background-color: #B78384;
}
</style>
border-color css
<style>
span { border-color: #B78384; }
span { border-color: rgb(183,131,132); }
td.TdClassName
{
border-color: #B78384;
}
.TagClassName
{
border-color: #B78384;
}
</style>