Shades of Tapestry #B8698B
Tints of Tapestry #B8698B
RGB
CMYK
RGB Variations
Color information
#B8698B (or 0xB8698B) is known color: Tapestry. HEX triplet: B8, 69 and 8B. RGB value is (184,105,139). Sum of RGB (Red+Green+Blue) = 184+105+139=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8698B is #479674. Grayscale: #848484. Windows color (decimal): -4691573 or 9136568. OLE color: 9136568.
HSL color Cylindrical-coordinate representation of color #B8698B: hue angle of 334.18º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8698B is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 139 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.28 |
| HSL | 334.18º | 0.36% | 0.57% | - |
| HSV(B) | 334.18º | 0.43% | 0.72% | - |
| XYZ | 29.48 | 22.16 | 27.15 | - |
| YUV | 132.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 139 | 0 | 0.43 | 0.24 | 0.28 | 334.18 | 0.36 | 0.57 |
| Hex | B8 | 69 | 8B | 0 | 2B | 18 | 1C | 14E | 24 | 39 |
| Octal | 270 | 151 | 213 | 0 | 53 | 30 | 34 | 516 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10001011 | 0 | 101011 | 11000 | 11100 | 101001110 | 100100 | 111001 |
Color Harmonies of #B8698B
Complementary color
Monochromatic Colors of #B8698B
Black with #B8698B
Text Example
Text Example
White with #B8698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8698B; }
p { color: rgb(184,105,139); }
H1.HeaderClassName
{
color: #B8698B;
}
.AnyTagClassName
{
color: #B8698B;
}
</style>
background-color css
<style>
a { background-color: #B8698B; }
a { background-color: rgb(184,105,139); }
div.DivClassName
{
background-color: #B8698B;
}
.BgClassName
{
background-color: #B8698B;
}
</style>
border-color css
<style>
span { border-color: #B8698B; }
span { border-color: rgb(184,105,139); }
td.TdClassName
{
border-color: #B8698B;
}
.TagClassName
{
border-color: #B8698B;
}
</style>