Shades of Tapestry #B87581
Tints of Tapestry #B87581
RGB
CMYK
RGB Variations
Color information
#B87581 (or 0xB87581) is known color: Tapestry. HEX triplet: B8, 75 and 81. RGB value is (184,117,129). Sum of RGB (Red+Green+Blue) = 184+117+129=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B87581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87581 is #478A7E. Grayscale: #8A8A8A. Windows color (decimal): -4688511 or 8484280. OLE color: 8484280.
HSL color Cylindrical-coordinate representation of color #B87581: hue angle of 349.25º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87581 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 129 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.28 |
| HSL | 349.25º | 0.32% | 0.59% | - |
| HSV(B) | 349.25º | 0.36% | 0.72% | - |
| XYZ | 30.09 | 24.5 | 23.91 | - |
| YUV | 138.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 129 | 0 | 0.36 | 0.30 | 0.28 | 349.25 | 0.32 | 0.59 |
| Hex | B8 | 75 | 81 | 0 | 24 | 1E | 1C | 15D | 20 | 3B |
| Octal | 270 | 165 | 201 | 0 | 44 | 36 | 34 | 535 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10000001 | 0 | 100100 | 11110 | 11100 | 101011101 | 100000 | 111011 |
Color Harmonies of #B87581
Complementary color
Monochromatic Colors of #B87581
Black with #B87581
Text Example
Text Example
White with #B87581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87581; }
p { color: rgb(184,117,129); }
H1.HeaderClassName
{
color: #B87581;
}
.AnyTagClassName
{
color: #B87581;
}
</style>
background-color css
<style>
a { background-color: #B87581; }
a { background-color: rgb(184,117,129); }
div.DivClassName
{
background-color: #B87581;
}
.BgClassName
{
background-color: #B87581;
}
</style>
border-color css
<style>
span { border-color: #B87581; }
span { border-color: rgb(184,117,129); }
td.TdClassName
{
border-color: #B87581;
}
.TagClassName
{
border-color: #B87581;
}
</style>