Shades of Tapestry #B7838A
Tints of Tapestry #B7838A
RGB
CMYK
RGB Variations
Color information
#B7838A (or 0xB7838A) is known color: Tapestry. HEX triplet: B7, 83 and 8A. RGB value is (183,131,138). Sum of RGB (Red+Green+Blue) = 183+131+138=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7838A is #487C75. Grayscale: #939393. Windows color (decimal): -4750454 or 9077687. OLE color: 9077687.
HSL color Cylindrical-coordinate representation of color #B7838A: hue angle of 351.92º 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 #B7838A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 138 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.28 |
| HSL | 351.92º | 0.27% | 0.62% | - |
| HSV(B) | 351.92º | 0.28% | 0.72% | - |
| XYZ | 32.23 | 28.13 | 27.78 | - |
| YUV | 147.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 138 | 0 | 0.28 | 0.25 | 0.28 | 351.92 | 0.27 | 0.62 |
| Hex | B7 | 83 | 8A | 0 | 1C | 19 | 1C | 160 | 1B | 3E |
| Octal | 267 | 203 | 212 | 0 | 34 | 31 | 34 | 540 | 33 | 76 |
| Binary | 10110111 | 10000011 | 10001010 | 0 | 11100 | 11001 | 11100 | 101100000 | 11011 | 111110 |
Color Harmonies of #B7838A
Complementary color
Monochromatic Colors of #B7838A
Black with #B7838A
Text Example
Text Example
White with #B7838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7838A; }
p { color: rgb(183,131,138); }
H1.HeaderClassName
{
color: #B7838A;
}
.AnyTagClassName
{
color: #B7838A;
}
</style>
background-color css
<style>
a { background-color: #B7838A; }
a { background-color: rgb(183,131,138); }
div.DivClassName
{
background-color: #B7838A;
}
.BgClassName
{
background-color: #B7838A;
}
</style>
border-color css
<style>
span { border-color: #B7838A; }
span { border-color: rgb(183,131,138); }
td.TdClassName
{
border-color: #B7838A;
}
.TagClassName
{
border-color: #B7838A;
}
</style>