Shades of Tapestry #B98081
Tints of Tapestry #B98081
RGB
CMYK
RGB Variations
Color information
#B98081 (or 0xB98081) is known color: Tapestry. HEX triplet: B9, 80 and 81. RGB value is (185,128,129). Sum of RGB (Red+Green+Blue) = 185+128+129=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B98081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98081 is #467F7E. Grayscale: #919191. Windows color (decimal): -4620159 or 8487097. OLE color: 8487097.
HSL color Cylindrical-coordinate representation of color #B98081: hue angle of 358.95º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98081 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 129 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.27 |
| HSL | 358.95º | 0.29% | 0.61% | - |
| HSV(B) | 358.95º | 0.31% | 0.73% | - |
| XYZ | 31.69 | 27.34 | 24.38 | - |
| YUV | 145.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 129 | 0 | 0.31 | 0.30 | 0.27 | 358.95 | 0.29 | 0.61 |
| Hex | B9 | 80 | 81 | 0 | 1F | 1E | 1B | 167 | 1D | 3D |
| Octal | 271 | 200 | 201 | 0 | 37 | 36 | 33 | 547 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10000001 | 0 | 11111 | 11110 | 11011 | 101100111 | 11101 | 111101 |
Color Harmonies of #B98081
Complementary color
Monochromatic Colors of #B98081
Black with #B98081
Text Example
Text Example
White with #B98081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98081; }
p { color: rgb(185,128,129); }
H1.HeaderClassName
{
color: #B98081;
}
.AnyTagClassName
{
color: #B98081;
}
</style>
background-color css
<style>
a { background-color: #B98081; }
a { background-color: rgb(185,128,129); }
div.DivClassName
{
background-color: #B98081;
}
.BgClassName
{
background-color: #B98081;
}
</style>
border-color css
<style>
span { border-color: #B98081; }
span { border-color: rgb(185,128,129); }
td.TdClassName
{
border-color: #B98081;
}
.TagClassName
{
border-color: #B98081;
}
</style>