Shades of Tapestry #B9848A
Tints of Tapestry #B9848A
RGB
CMYK
RGB Variations
Color information
#B9848A (or 0xB9848A) is known color: Tapestry. HEX triplet: B9, 84 and 8A. RGB value is (185,132,138). Sum of RGB (Red+Green+Blue) = 185+132+138=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9848A is #467B75. Grayscale: #949494. Windows color (decimal): -4619126 or 9077945. OLE color: 9077945.
HSL color Cylindrical-coordinate representation of color #B9848A: hue angle of 353.21º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9848A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 138 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.27 |
| HSL | 353.21º | 0.27% | 0.62% | - |
| HSV(B) | 353.21º | 0.29% | 0.73% | - |
| XYZ | 32.85 | 28.65 | 27.84 | - |
| YUV | 148.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 138 | 0 | 0.29 | 0.25 | 0.27 | 353.21 | 0.27 | 0.62 |
| Hex | B9 | 84 | 8A | 0 | 1D | 19 | 1B | 161 | 1B | 3E |
| Octal | 271 | 204 | 212 | 0 | 35 | 31 | 33 | 541 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10001010 | 0 | 11101 | 11001 | 11011 | 101100001 | 11011 | 111110 |
Color Harmonies of #B9848A
Complementary color
Monochromatic Colors of #B9848A
Black with #B9848A
Text Example
Text Example
White with #B9848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9848A; }
p { color: rgb(185,132,138); }
H1.HeaderClassName
{
color: #B9848A;
}
.AnyTagClassName
{
color: #B9848A;
}
</style>
background-color css
<style>
a { background-color: #B9848A; }
a { background-color: rgb(185,132,138); }
div.DivClassName
{
background-color: #B9848A;
}
.BgClassName
{
background-color: #B9848A;
}
</style>
border-color css
<style>
span { border-color: #B9848A; }
span { border-color: rgb(185,132,138); }
td.TdClassName
{
border-color: #B9848A;
}
.TagClassName
{
border-color: #B9848A;
}
</style>