Shades of Tapestry #B98085
Tints of Tapestry #B98085
RGB
CMYK
RGB Variations
Color information
#B98085 (or 0xB98085) is known color: Tapestry. HEX triplet: B9, 80 and 85. RGB value is (185,128,133). Sum of RGB (Red+Green+Blue) = 185+128+133=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98085 is #467F7A. Grayscale: #919191. Windows color (decimal): -4620155 or 8749241. OLE color: 8749241.
HSL color Cylindrical-coordinate representation of color #B98085: hue angle of 354.74º 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 #B98085 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 133 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.27 |
| HSL | 354.74º | 0.29% | 0.61% | - |
| HSV(B) | 354.74º | 0.31% | 0.73% | - |
| XYZ | 31.96 | 27.45 | 25.8 | - |
| YUV | 145.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 133 | 0 | 0.31 | 0.28 | 0.27 | 354.74 | 0.29 | 0.61 |
| Hex | B9 | 80 | 85 | 0 | 1F | 1C | 1B | 163 | 1D | 3D |
| Octal | 271 | 200 | 205 | 0 | 37 | 34 | 33 | 543 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10000101 | 0 | 11111 | 11100 | 11011 | 101100011 | 11101 | 111101 |
Color Harmonies of #B98085
Complementary color
Monochromatic Colors of #B98085
Black with #B98085
Text Example
Text Example
White with #B98085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98085; }
p { color: rgb(185,128,133); }
H1.HeaderClassName
{
color: #B98085;
}
.AnyTagClassName
{
color: #B98085;
}
</style>
background-color css
<style>
a { background-color: #B98085; }
a { background-color: rgb(185,128,133); }
div.DivClassName
{
background-color: #B98085;
}
.BgClassName
{
background-color: #B98085;
}
</style>
border-color css
<style>
span { border-color: #B98085; }
span { border-color: rgb(185,128,133); }
td.TdClassName
{
border-color: #B98085;
}
.TagClassName
{
border-color: #B98085;
}
</style>