Shades of Tapestry #B7688A
Tints of Tapestry #B7688A
RGB
CMYK
RGB Variations
Color information
#B7688A (or 0xB7688A) is known color: Tapestry. HEX triplet: B7, 68 and 8A. RGB value is (183,104,138). Sum of RGB (Red+Green+Blue) = 183+104+138=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7688A is #489775. Grayscale: #838383. Windows color (decimal): -4757366 or 9070775. OLE color: 9070775.
HSL color Cylindrical-coordinate representation of color #B7688A: hue angle of 334.18º degrees, saturation: 0.35, 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 #B7688A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 138 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.28 |
| HSL | 334.18º | 0.35% | 0.56% | - |
| HSV(B) | 334.18º | 0.43% | 0.72% | - |
| XYZ | 29.07 | 21.8 | 26.72 | - |
| YUV | 131.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 138 | 0 | 0.43 | 0.25 | 0.28 | 334.18 | 0.35 | 0.56 |
| Hex | B7 | 68 | 8A | 0 | 2B | 19 | 1C | 14E | 23 | 38 |
| Octal | 267 | 150 | 212 | 0 | 53 | 31 | 34 | 516 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10001010 | 0 | 101011 | 11001 | 11100 | 101001110 | 100011 | 111000 |
Color Harmonies of #B7688A
Complementary color
Monochromatic Colors of #B7688A
Black with #B7688A
Text Example
Text Example
White with #B7688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7688A; }
p { color: rgb(183,104,138); }
H1.HeaderClassName
{
color: #B7688A;
}
.AnyTagClassName
{
color: #B7688A;
}
</style>
background-color css
<style>
a { background-color: #B7688A; }
a { background-color: rgb(183,104,138); }
div.DivClassName
{
background-color: #B7688A;
}
.BgClassName
{
background-color: #B7688A;
}
</style>
border-color css
<style>
span { border-color: #B7688A; }
span { border-color: rgb(183,104,138); }
td.TdClassName
{
border-color: #B7688A;
}
.TagClassName
{
border-color: #B7688A;
}
</style>