Shades of Tapestry #B8767F
Tints of Tapestry #B8767F
RGB
CMYK
RGB Variations
Color information
#B8767F (or 0xB8767F) is known color: Tapestry. HEX triplet: B8, 76 and 7F. RGB value is (184,118,127). Sum of RGB (Red+Green+Blue) = 184+118+127=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8767F is #478980. Grayscale: #8A8A8A. Windows color (decimal): -4688257 or 8353464. OLE color: 8353464.
HSL color Cylindrical-coordinate representation of color #B8767F: hue angle of 351.82º 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 #B8767F is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 127 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.28 |
| HSL | 351.82º | 0.32% | 0.59% | - |
| HSV(B) | 351.82º | 0.36% | 0.72% | - |
| XYZ | 30.08 | 24.68 | 23.26 | - |
| YUV | 138.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 127 | 0 | 0.36 | 0.31 | 0.28 | 351.82 | 0.32 | 0.59 |
| Hex | B8 | 76 | 7F | 0 | 24 | 1F | 1C | 160 | 20 | 3B |
| Octal | 270 | 166 | 177 | 0 | 44 | 37 | 34 | 540 | 40 | 73 |
| Binary | 10111000 | 1110110 | 1111111 | 0 | 100100 | 11111 | 11100 | 101100000 | 100000 | 111011 |
Color Harmonies of #B8767F
Complementary color
Monochromatic Colors of #B8767F
Black with #B8767F
Text Example
Text Example
White with #B8767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8767F; }
p { color: rgb(184,118,127); }
H1.HeaderClassName
{
color: #B8767F;
}
.AnyTagClassName
{
color: #B8767F;
}
</style>
background-color css
<style>
a { background-color: #B8767F; }
a { background-color: rgb(184,118,127); }
div.DivClassName
{
background-color: #B8767F;
}
.BgClassName
{
background-color: #B8767F;
}
</style>
border-color css
<style>
span { border-color: #B8767F; }
span { border-color: rgb(184,118,127); }
td.TdClassName
{
border-color: #B8767F;
}
.TagClassName
{
border-color: #B8767F;
}
</style>