Shades of Tapestry #B87885
Tints of Tapestry #B87885
RGB
CMYK
RGB Variations
Color information
#B87885 (or 0xB87885) is known color: Tapestry. HEX triplet: B8, 78 and 85. RGB value is (184,120,133). Sum of RGB (Red+Green+Blue) = 184+120+133=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B87885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87885 is #47877A. Grayscale: #8C8C8C. Windows color (decimal): -4687739 or 8747192. OLE color: 8747192.
HSL color Cylindrical-coordinate representation of color #B87885: hue angle of 347.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87885 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 133 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.28 |
| HSL | 347.81º | 0.31% | 0.6% | - |
| HSV(B) | 347.81º | 0.35% | 0.72% | - |
| XYZ | 30.72 | 25.32 | 25.46 | - |
| YUV | 140.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 133 | 0 | 0.35 | 0.28 | 0.28 | 347.81 | 0.31 | 0.6 |
| Hex | B8 | 78 | 85 | 0 | 23 | 1C | 1C | 15C | 1F | 3C |
| Octal | 270 | 170 | 205 | 0 | 43 | 34 | 34 | 534 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10000101 | 0 | 100011 | 11100 | 11100 | 101011100 | 11111 | 111100 |
Color Harmonies of #B87885
Complementary color
Monochromatic Colors of #B87885
Black with #B87885
Text Example
Text Example
White with #B87885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87885; }
p { color: rgb(184,120,133); }
H1.HeaderClassName
{
color: #B87885;
}
.AnyTagClassName
{
color: #B87885;
}
</style>
background-color css
<style>
a { background-color: #B87885; }
a { background-color: rgb(184,120,133); }
div.DivClassName
{
background-color: #B87885;
}
.BgClassName
{
background-color: #B87885;
}
</style>
border-color css
<style>
span { border-color: #B87885; }
span { border-color: rgb(184,120,133); }
td.TdClassName
{
border-color: #B87885;
}
.TagClassName
{
border-color: #B87885;
}
</style>