Shades of Tapestry #B8678E
Tints of Tapestry #B8678E
RGB
CMYK
RGB Variations
Color information
#B8678E (or 0xB8678E) is known color: Tapestry. HEX triplet: B8, 67 and 8E. RGB value is (184,103,142). Sum of RGB (Red+Green+Blue) = 184+103+142=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8678E is #479871. Grayscale: #838383. Windows color (decimal): -4692082 or 9332664. OLE color: 9332664.
HSL color Cylindrical-coordinate representation of color #B8678E: hue angle of 331.11º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8678E is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 142 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.28 |
| HSL | 331.11º | 0.36% | 0.56% | - |
| HSV(B) | 331.11º | 0.44% | 0.72% | - |
| XYZ | 29.5 | 21.84 | 28.25 | - |
| YUV | 131.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 142 | 0 | 0.44 | 0.23 | 0.28 | 331.11 | 0.36 | 0.56 |
| Hex | B8 | 67 | 8E | 0 | 2C | 17 | 1C | 14B | 24 | 38 |
| Octal | 270 | 147 | 216 | 0 | 54 | 27 | 34 | 513 | 44 | 70 |
| Binary | 10111000 | 1100111 | 10001110 | 0 | 101100 | 10111 | 11100 | 101001011 | 100100 | 111000 |
Color Harmonies of #B8678E
Complementary color
Monochromatic Colors of #B8678E
Black with #B8678E
Text Example
Text Example
White with #B8678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8678E; }
p { color: rgb(184,103,142); }
H1.HeaderClassName
{
color: #B8678E;
}
.AnyTagClassName
{
color: #B8678E;
}
</style>
background-color css
<style>
a { background-color: #B8678E; }
a { background-color: rgb(184,103,142); }
div.DivClassName
{
background-color: #B8678E;
}
.BgClassName
{
background-color: #B8678E;
}
</style>
border-color css
<style>
span { border-color: #B8678E; }
span { border-color: rgb(184,103,142); }
td.TdClassName
{
border-color: #B8678E;
}
.TagClassName
{
border-color: #B8678E;
}
</style>