Shades of Tapestry #B88385
Tints of Tapestry #B88385
RGB
CMYK
RGB Variations
Color information
#B88385 (or 0xB88385) is known color: Tapestry. HEX triplet: B8, 83 and 85. RGB value is (184,131,133). Sum of RGB (Red+Green+Blue) = 184+131+133=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88385 is #477C7A. Grayscale: #939393. Windows color (decimal): -4684923 or 8750008. OLE color: 8750008.
HSL color Cylindrical-coordinate representation of color #B88385: hue angle of 357.74º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88385 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 133 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.28 |
| HSL | 357.74º | 0.27% | 0.62% | - |
| HSV(B) | 357.74º | 0.29% | 0.72% | - |
| XYZ | 32.12 | 28.12 | 25.92 | - |
| YUV | 147.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 133 | 0 | 0.29 | 0.28 | 0.28 | 357.74 | 0.27 | 0.62 |
| Hex | B8 | 83 | 85 | 0 | 1D | 1C | 1C | 166 | 1B | 3E |
| Octal | 270 | 203 | 205 | 0 | 35 | 34 | 34 | 546 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10000101 | 0 | 11101 | 11100 | 11100 | 101100110 | 11011 | 111110 |
Color Harmonies of #B88385
Complementary color
Monochromatic Colors of #B88385
Black with #B88385
Text Example
Text Example
White with #B88385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88385; }
p { color: rgb(184,131,133); }
H1.HeaderClassName
{
color: #B88385;
}
.AnyTagClassName
{
color: #B88385;
}
</style>
background-color css
<style>
a { background-color: #B88385; }
a { background-color: rgb(184,131,133); }
div.DivClassName
{
background-color: #B88385;
}
.BgClassName
{
background-color: #B88385;
}
</style>
border-color css
<style>
span { border-color: #B88385; }
span { border-color: rgb(184,131,133); }
td.TdClassName
{
border-color: #B88385;
}
.TagClassName
{
border-color: #B88385;
}
</style>