Shades of Tapestry #B6698A
Tints of Tapestry #B6698A
RGB
CMYK
RGB Variations
Color information
#B6698A (or 0xB6698A) is known color: Tapestry. HEX triplet: B6, 69 and 8A. RGB value is (182,105,138). Sum of RGB (Red+Green+Blue) = 182+105+138=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6698A is #499675. Grayscale: #838383. Windows color (decimal): -4822646 or 9071030. OLE color: 9071030.
HSL color Cylindrical-coordinate representation of color #B6698A: hue angle of 334.29º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6698A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 138 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.29 |
| HSL | 334.29º | 0.35% | 0.56% | - |
| HSV(B) | 334.29º | 0.42% | 0.71% | - |
| XYZ | 28.93 | 21.88 | 26.74 | - |
| YUV | 131.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 138 | 0 | 0.42 | 0.24 | 0.29 | 334.29 | 0.35 | 0.56 |
| Hex | B6 | 69 | 8A | 0 | 2A | 18 | 1D | 14E | 23 | 38 |
| Octal | 266 | 151 | 212 | 0 | 52 | 30 | 35 | 516 | 43 | 70 |
| Binary | 10110110 | 1101001 | 10001010 | 0 | 101010 | 11000 | 11101 | 101001110 | 100011 | 111000 |
Color Harmonies of #B6698A
Complementary color
Monochromatic Colors of #B6698A
Black with #B6698A
Text Example
Text Example
White with #B6698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6698A; }
p { color: rgb(182,105,138); }
H1.HeaderClassName
{
color: #B6698A;
}
.AnyTagClassName
{
color: #B6698A;
}
</style>
background-color css
<style>
a { background-color: #B6698A; }
a { background-color: rgb(182,105,138); }
div.DivClassName
{
background-color: #B6698A;
}
.BgClassName
{
background-color: #B6698A;
}
</style>
border-color css
<style>
span { border-color: #B6698A; }
span { border-color: rgb(182,105,138); }
td.TdClassName
{
border-color: #B6698A;
}
.TagClassName
{
border-color: #B6698A;
}
</style>