Shades of Tapestry #B8667F
Tints of Tapestry #B8667F
RGB
CMYK
RGB Variations
Color information
#B8667F (or 0xB8667F) is known color: Tapestry. HEX triplet: B8, 66 and 7F. RGB value is (184,102,127). Sum of RGB (Red+Green+Blue) = 184+102+127=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8667F is #479980. Grayscale: #818181. Windows color (decimal): -4692353 or 8349368. OLE color: 8349368.
HSL color Cylindrical-coordinate representation of color #B8667F: hue angle of 341.71º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8667F is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 127 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.28 |
| HSL | 341.71º | 0.37% | 0.56% | - |
| HSV(B) | 341.71º | 0.45% | 0.72% | - |
| XYZ | 28.35 | 21.23 | 22.68 | - |
| YUV | 129.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 127 | 0 | 0.45 | 0.31 | 0.28 | 341.71 | 0.37 | 0.56 |
| Hex | B8 | 66 | 7F | 0 | 2D | 1F | 1C | 156 | 25 | 38 |
| Octal | 270 | 146 | 177 | 0 | 55 | 37 | 34 | 526 | 45 | 70 |
| Binary | 10111000 | 1100110 | 1111111 | 0 | 101101 | 11111 | 11100 | 101010110 | 100101 | 111000 |
Color Harmonies of #B8667F
Complementary color
Monochromatic Colors of #B8667F
Black with #B8667F
Text Example
Text Example
White with #B8667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8667F; }
p { color: rgb(184,102,127); }
H1.HeaderClassName
{
color: #B8667F;
}
.AnyTagClassName
{
color: #B8667F;
}
</style>
background-color css
<style>
a { background-color: #B8667F; }
a { background-color: rgb(184,102,127); }
div.DivClassName
{
background-color: #B8667F;
}
.BgClassName
{
background-color: #B8667F;
}
</style>
border-color css
<style>
span { border-color: #B8667F; }
span { border-color: rgb(184,102,127); }
td.TdClassName
{
border-color: #B8667F;
}
.TagClassName
{
border-color: #B8667F;
}
</style>