Shades of Tapestry #B28084
Tints of Tapestry #B28084
RGB
CMYK
RGB Variations
Color information
#B28084 (or 0xB28084) is known color: Tapestry. HEX triplet: B2, 80 and 84. RGB value is (178,128,132). Sum of RGB (Red+Green+Blue) = 178+128+132=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B28084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28084 is #4D7F7B. Grayscale: #8F8F8F. Windows color (decimal): -5078908 or 8683698. OLE color: 8683698.
HSL color Cylindrical-coordinate representation of color #B28084: hue angle of 355.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28084 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 132 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.30 |
| HSL | 355.2º | 0.25% | 0.6% | - |
| HSV(B) | 355.2º | 0.28% | 0.7% | - |
| XYZ | 30.24 | 26.57 | 25.36 | - |
| YUV | 143.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 132 | 0 | 0.28 | 0.26 | 0.30 | 355.2 | 0.25 | 0.6 |
| Hex | B2 | 80 | 84 | 0 | 1C | 1A | 1E | 163 | 19 | 3C |
| Octal | 262 | 200 | 204 | 0 | 34 | 32 | 36 | 543 | 31 | 74 |
| Binary | 10110010 | 10000000 | 10000100 | 0 | 11100 | 11010 | 11110 | 101100011 | 11001 | 111100 |
Color Harmonies of #B28084
Complementary color
Monochromatic Colors of #B28084
Black with #B28084
Text Example
Text Example
White with #B28084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28084; }
p { color: rgb(178,128,132); }
H1.HeaderClassName
{
color: #B28084;
}
.AnyTagClassName
{
color: #B28084;
}
</style>
background-color css
<style>
a { background-color: #B28084; }
a { background-color: rgb(178,128,132); }
div.DivClassName
{
background-color: #B28084;
}
.BgClassName
{
background-color: #B28084;
}
</style>
border-color css
<style>
span { border-color: #B28084; }
span { border-color: rgb(178,128,132); }
td.TdClassName
{
border-color: #B28084;
}
.TagClassName
{
border-color: #B28084;
}
</style>