Shades of Tapestry #B98182
Tints of Tapestry #B98182
RGB
CMYK
RGB Variations
Color information
#B98182 (or 0xB98182) is known color: Tapestry. HEX triplet: B9, 81 and 82. RGB value is (185,129,130). Sum of RGB (Red+Green+Blue) = 185+129+130=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B98182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98182 is #467E7D. Grayscale: #919191. Windows color (decimal): -4619902 or 8552889. OLE color: 8552889.
HSL color Cylindrical-coordinate representation of color #B98182: hue angle of 358.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98182 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 130 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.27 |
| HSL | 358.93º | 0.29% | 0.62% | - |
| HSV(B) | 358.93º | 0.3% | 0.73% | - |
| XYZ | 31.89 | 27.63 | 24.77 | - |
| YUV | 145.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 130 | 0 | 0.30 | 0.30 | 0.27 | 358.93 | 0.29 | 0.62 |
| Hex | B9 | 81 | 82 | 0 | 1E | 1E | 1B | 167 | 1D | 3E |
| Octal | 271 | 201 | 202 | 0 | 36 | 36 | 33 | 547 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10000010 | 0 | 11110 | 11110 | 11011 | 101100111 | 11101 | 111110 |
Color Harmonies of #B98182
Complementary color
Monochromatic Colors of #B98182
Black with #B98182
Text Example
Text Example
White with #B98182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98182; }
p { color: rgb(185,129,130); }
H1.HeaderClassName
{
color: #B98182;
}
.AnyTagClassName
{
color: #B98182;
}
</style>
background-color css
<style>
a { background-color: #B98182; }
a { background-color: rgb(185,129,130); }
div.DivClassName
{
background-color: #B98182;
}
.BgClassName
{
background-color: #B98182;
}
</style>
border-color css
<style>
span { border-color: #B98182; }
span { border-color: rgb(185,129,130); }
td.TdClassName
{
border-color: #B98182;
}
.TagClassName
{
border-color: #B98182;
}
</style>