Shades of Tapestry #B78283
Tints of Tapestry #B78283
RGB
CMYK
RGB Variations
Color information
#B78283 (or 0xB78283) is known color: Tapestry. HEX triplet: B7, 82 and 83. RGB value is (183,130,131). Sum of RGB (Red+Green+Blue) = 183+130+131=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B78283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78283 is #487D7C. Grayscale: #929292. Windows color (decimal): -4750717 or 8618679. OLE color: 8618679.
HSL color Cylindrical-coordinate representation of color #B78283: hue angle of 358.87º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B78283 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 131 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.28 |
| HSL | 358.87º | 0.27% | 0.61% | - |
| HSV(B) | 358.87º | 0.29% | 0.72% | - |
| XYZ | 31.61 | 27.67 | 25.15 | - |
| YUV | 145.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 131 | 0 | 0.29 | 0.28 | 0.28 | 358.87 | 0.27 | 0.61 |
| Hex | B7 | 82 | 83 | 0 | 1D | 1C | 1C | 167 | 1B | 3D |
| Octal | 267 | 202 | 203 | 0 | 35 | 34 | 34 | 547 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10000011 | 0 | 11101 | 11100 | 11100 | 101100111 | 11011 | 111101 |
Color Harmonies of #B78283
Complementary color
Monochromatic Colors of #B78283
Black with #B78283
Text Example
Text Example
White with #B78283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78283; }
p { color: rgb(183,130,131); }
H1.HeaderClassName
{
color: #B78283;
}
.AnyTagClassName
{
color: #B78283;
}
</style>
background-color css
<style>
a { background-color: #B78283; }
a { background-color: rgb(183,130,131); }
div.DivClassName
{
background-color: #B78283;
}
.BgClassName
{
background-color: #B78283;
}
</style>
border-color css
<style>
span { border-color: #B78283; }
span { border-color: rgb(183,130,131); }
td.TdClassName
{
border-color: #B78283;
}
.TagClassName
{
border-color: #B78283;
}
</style>