Shades of Tapestry #B28085
Tints of Tapestry #B28085
RGB
CMYK
RGB Variations
Color information
#B28085 (or 0xB28085) is known color: Tapestry. HEX triplet: B2, 80 and 85. RGB value is (178,128,133). Sum of RGB (Red+Green+Blue) = 178+128+133=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B28085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28085 is #4D7F7A. Grayscale: #8F8F8F. Windows color (decimal): -5078907 or 8749234. OLE color: 8749234.
HSL color Cylindrical-coordinate representation of color #B28085: hue angle of 354º 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 #B28085 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 133 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.30 |
| HSL | 354º | 0.25% | 0.6% | - |
| HSV(B) | 354º | 0.28% | 0.7% | - |
| XYZ | 30.31 | 26.6 | 25.73 | - |
| YUV | 143.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 133 | 0 | 0.28 | 0.25 | 0.30 | 354 | 0.25 | 0.6 |
| Hex | B2 | 80 | 85 | 0 | 1C | 19 | 1E | 162 | 19 | 3C |
| Octal | 262 | 200 | 205 | 0 | 34 | 31 | 36 | 542 | 31 | 74 |
| Binary | 10110010 | 10000000 | 10000101 | 0 | 11100 | 11001 | 11110 | 101100010 | 11001 | 111100 |
Color Harmonies of #B28085
Complementary color
Monochromatic Colors of #B28085
Black with #B28085
Text Example
Text Example
White with #B28085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28085; }
p { color: rgb(178,128,133); }
H1.HeaderClassName
{
color: #B28085;
}
.AnyTagClassName
{
color: #B28085;
}
</style>
background-color css
<style>
a { background-color: #B28085; }
a { background-color: rgb(178,128,133); }
div.DivClassName
{
background-color: #B28085;
}
.BgClassName
{
background-color: #B28085;
}
</style>
border-color css
<style>
span { border-color: #B28085; }
span { border-color: rgb(178,128,133); }
td.TdClassName
{
border-color: #B28085;
}
.TagClassName
{
border-color: #B28085;
}
</style>