Shades of Tapestry #B8688A
Tints of Tapestry #B8688A
RGB
CMYK
RGB Variations
Color information
#B8688A (or 0xB8688A) is known color: Tapestry. HEX triplet: B8, 68 and 8A. RGB value is (184,104,138). Sum of RGB (Red+Green+Blue) = 184+104+138=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8688A is #479775. Grayscale: #838383. Windows color (decimal): -4691830 or 9070776. OLE color: 9070776.
HSL color Cylindrical-coordinate representation of color #B8688A: hue angle of 334.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8688A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 138 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.28 |
| HSL | 334.5º | 0.36% | 0.56% | - |
| HSV(B) | 334.5º | 0.43% | 0.72% | - |
| XYZ | 29.3 | 21.93 | 26.73 | - |
| YUV | 131.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 138 | 0 | 0.43 | 0.25 | 0.28 | 334.5 | 0.36 | 0.56 |
| Hex | B8 | 68 | 8A | 0 | 2B | 19 | 1C | 14E | 24 | 38 |
| Octal | 270 | 150 | 212 | 0 | 53 | 31 | 34 | 516 | 44 | 70 |
| Binary | 10111000 | 1101000 | 10001010 | 0 | 101011 | 11001 | 11100 | 101001110 | 100100 | 111000 |
Color Harmonies of #B8688A
Complementary color
Monochromatic Colors of #B8688A
Black with #B8688A
Text Example
Text Example
White with #B8688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8688A; }
p { color: rgb(184,104,138); }
H1.HeaderClassName
{
color: #B8688A;
}
.AnyTagClassName
{
color: #B8688A;
}
</style>
background-color css
<style>
a { background-color: #B8688A; }
a { background-color: rgb(184,104,138); }
div.DivClassName
{
background-color: #B8688A;
}
.BgClassName
{
background-color: #B8688A;
}
</style>
border-color css
<style>
span { border-color: #B8688A; }
span { border-color: rgb(184,104,138); }
td.TdClassName
{
border-color: #B8688A;
}
.TagClassName
{
border-color: #B8688A;
}
</style>