Shades of Tapestry #B8727F
Tints of Tapestry #B8727F
RGB
CMYK
RGB Variations
Color information
#B8727F (or 0xB8727F) is known color: Tapestry. HEX triplet: B8, 72 and 7F. RGB value is (184,114,127). Sum of RGB (Red+Green+Blue) = 184+114+127=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8727F is #478D80. Grayscale: #888888. Windows color (decimal): -4689281 or 8352440. OLE color: 8352440.
HSL color Cylindrical-coordinate representation of color #B8727F: hue angle of 348.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8727F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 127 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.28 |
| HSL | 348.86º | 0.33% | 0.58% | - |
| HSV(B) | 348.86º | 0.38% | 0.72% | - |
| XYZ | 29.62 | 23.76 | 23.1 | - |
| YUV | 136.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 127 | 0 | 0.38 | 0.31 | 0.28 | 348.86 | 0.33 | 0.58 |
| Hex | B8 | 72 | 7F | 0 | 26 | 1F | 1C | 15D | 21 | 3A |
| Octal | 270 | 162 | 177 | 0 | 46 | 37 | 34 | 535 | 41 | 72 |
| Binary | 10111000 | 1110010 | 1111111 | 0 | 100110 | 11111 | 11100 | 101011101 | 100001 | 111010 |
Color Harmonies of #B8727F
Complementary color
Monochromatic Colors of #B8727F
Black with #B8727F
Text Example
Text Example
White with #B8727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8727F; }
p { color: rgb(184,114,127); }
H1.HeaderClassName
{
color: #B8727F;
}
.AnyTagClassName
{
color: #B8727F;
}
</style>
background-color css
<style>
a { background-color: #B8727F; }
a { background-color: rgb(184,114,127); }
div.DivClassName
{
background-color: #B8727F;
}
.BgClassName
{
background-color: #B8727F;
}
</style>
border-color css
<style>
span { border-color: #B8727F; }
span { border-color: rgb(184,114,127); }
td.TdClassName
{
border-color: #B8727F;
}
.TagClassName
{
border-color: #B8727F;
}
</style>