Shades of Tapestry #B87385
Tints of Tapestry #B87385
RGB
CMYK
RGB Variations
Color information
#B87385 (or 0xB87385) is known color: Tapestry. HEX triplet: B8, 73 and 85. RGB value is (184,115,133). Sum of RGB (Red+Green+Blue) = 184+115+133=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87385 is #478C7A. Grayscale: #898989. Windows color (decimal): -4689019 or 8745912. OLE color: 8745912.
HSL color Cylindrical-coordinate representation of color #B87385: hue angle of 344.35º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87385 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 133 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.28 |
| HSL | 344.35º | 0.33% | 0.59% | - |
| HSV(B) | 344.35º | 0.38% | 0.72% | - |
| XYZ | 30.13 | 24.15 | 25.26 | - |
| YUV | 137.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 133 | 0 | 0.38 | 0.28 | 0.28 | 344.35 | 0.33 | 0.59 |
| Hex | B8 | 73 | 85 | 0 | 26 | 1C | 1C | 158 | 21 | 3B |
| Octal | 270 | 163 | 205 | 0 | 46 | 34 | 34 | 530 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10000101 | 0 | 100110 | 11100 | 11100 | 101011000 | 100001 | 111011 |
Color Harmonies of #B87385
Complementary color
Monochromatic Colors of #B87385
Black with #B87385
Text Example
Text Example
White with #B87385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87385; }
p { color: rgb(184,115,133); }
H1.HeaderClassName
{
color: #B87385;
}
.AnyTagClassName
{
color: #B87385;
}
</style>
background-color css
<style>
a { background-color: #B87385; }
a { background-color: rgb(184,115,133); }
div.DivClassName
{
background-color: #B87385;
}
.BgClassName
{
background-color: #B87385;
}
</style>
border-color css
<style>
span { border-color: #B87385; }
span { border-color: rgb(184,115,133); }
td.TdClassName
{
border-color: #B87385;
}
.TagClassName
{
border-color: #B87385;
}
</style>