Shades of Tapestry #B8678B
Tints of Tapestry #B8678B
RGB
CMYK
RGB Variations
Color information
#B8678B (or 0xB8678B) is known color: Tapestry. HEX triplet: B8, 67 and 8B. RGB value is (184,103,139). Sum of RGB (Red+Green+Blue) = 184+103+139=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8678B is #479874. Grayscale: #838383. Windows color (decimal): -4692085 or 9136056. OLE color: 9136056.
HSL color Cylindrical-coordinate representation of color #B8678B: hue angle of 333.33º 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 #B8678B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 139 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.28 |
| HSL | 333.33º | 0.36% | 0.56% | - |
| HSV(B) | 333.33º | 0.44% | 0.72% | - |
| XYZ | 29.28 | 21.75 | 27.08 | - |
| YUV | 131.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 139 | 0 | 0.44 | 0.24 | 0.28 | 333.33 | 0.36 | 0.56 |
| Hex | B8 | 67 | 8B | 0 | 2C | 18 | 1C | 14D | 24 | 38 |
| Octal | 270 | 147 | 213 | 0 | 54 | 30 | 34 | 515 | 44 | 70 |
| Binary | 10111000 | 1100111 | 10001011 | 0 | 101100 | 11000 | 11100 | 101001101 | 100100 | 111000 |
Color Harmonies of #B8678B
Complementary color
Monochromatic Colors of #B8678B
Black with #B8678B
Text Example
Text Example
White with #B8678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8678B; }
p { color: rgb(184,103,139); }
H1.HeaderClassName
{
color: #B8678B;
}
.AnyTagClassName
{
color: #B8678B;
}
</style>
background-color css
<style>
a { background-color: #B8678B; }
a { background-color: rgb(184,103,139); }
div.DivClassName
{
background-color: #B8678B;
}
.BgClassName
{
background-color: #B8678B;
}
</style>
border-color css
<style>
span { border-color: #B8678B; }
span { border-color: rgb(184,103,139); }
td.TdClassName
{
border-color: #B8678B;
}
.TagClassName
{
border-color: #B8678B;
}
</style>