Shades of Tapestry #B87381
Tints of Tapestry #B87381
RGB
CMYK
RGB Variations
Color information
#B87381 (or 0xB87381) is known color: Tapestry. HEX triplet: B8, 73 and 81. RGB value is (184,115,129). Sum of RGB (Red+Green+Blue) = 184+115+129=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B87381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87381 is #478C7E. Grayscale: #898989. Windows color (decimal): -4689023 or 8483768. OLE color: 8483768.
HSL color Cylindrical-coordinate representation of color #B87381: hue angle of 347.83º 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 #B87381 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 129 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.28 |
| HSL | 347.83º | 0.33% | 0.59% | - |
| HSV(B) | 347.83º | 0.38% | 0.72% | - |
| XYZ | 29.86 | 24.04 | 23.83 | - |
| YUV | 137.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 129 | 0 | 0.38 | 0.30 | 0.28 | 347.83 | 0.33 | 0.59 |
| Hex | B8 | 73 | 81 | 0 | 26 | 1E | 1C | 15C | 21 | 3B |
| Octal | 270 | 163 | 201 | 0 | 46 | 36 | 34 | 534 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10000001 | 0 | 100110 | 11110 | 11100 | 101011100 | 100001 | 111011 |
Color Harmonies of #B87381
Complementary color
Monochromatic Colors of #B87381
Black with #B87381
Text Example
Text Example
White with #B87381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87381; }
p { color: rgb(184,115,129); }
H1.HeaderClassName
{
color: #B87381;
}
.AnyTagClassName
{
color: #B87381;
}
</style>
background-color css
<style>
a { background-color: #B87381; }
a { background-color: rgb(184,115,129); }
div.DivClassName
{
background-color: #B87381;
}
.BgClassName
{
background-color: #B87381;
}
</style>
border-color css
<style>
span { border-color: #B87381; }
span { border-color: rgb(184,115,129); }
td.TdClassName
{
border-color: #B87381;
}
.TagClassName
{
border-color: #B87381;
}
</style>