Shades of Tapestry #B4697A
Tints of Tapestry #B4697A
RGB
CMYK
RGB Variations
Color information
#B4697A (or 0xB4697A) is known color: Tapestry. HEX triplet: B4, 69 and 7A. RGB value is (180,105,122). Sum of RGB (Red+Green+Blue) = 180+105+122=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4697A is #4B9685. Grayscale: #818181. Windows color (decimal): -4953734 or 8022452. OLE color: 8022452.
HSL color Cylindrical-coordinate representation of color #B4697A: hue angle of 346.4º degrees, saturation: 0.33, 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 #B4697A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 122 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.29 |
| HSL | 346.4º | 0.33% | 0.56% | - |
| HSV(B) | 346.4º | 0.42% | 0.71% | - |
| XYZ | 27.39 | 21.21 | 21.06 | - |
| YUV | 129.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 122 | 0 | 0.42 | 0.32 | 0.29 | 346.4 | 0.33 | 0.56 |
| Hex | B4 | 69 | 7A | 0 | 2A | 20 | 1D | 15A | 21 | 38 |
| Octal | 264 | 151 | 172 | 0 | 52 | 40 | 35 | 532 | 41 | 70 |
| Binary | 10110100 | 1101001 | 1111010 | 0 | 101010 | 100000 | 11101 | 101011010 | 100001 | 111000 |
Color Harmonies of #B4697A
Complementary color
Monochromatic Colors of #B4697A
Black with #B4697A
Text Example
Text Example
White with #B4697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4697A; }
p { color: rgb(180,105,122); }
H1.HeaderClassName
{
color: #B4697A;
}
.AnyTagClassName
{
color: #B4697A;
}
</style>
background-color css
<style>
a { background-color: #B4697A; }
a { background-color: rgb(180,105,122); }
div.DivClassName
{
background-color: #B4697A;
}
.BgClassName
{
background-color: #B4697A;
}
</style>
border-color css
<style>
span { border-color: #B4697A; }
span { border-color: rgb(180,105,122); }
td.TdClassName
{
border-color: #B4697A;
}
.TagClassName
{
border-color: #B4697A;
}
</style>