Shades of Tapestry #B4698B
Tints of Tapestry #B4698B
RGB
CMYK
RGB Variations
Color information
#B4698B (or 0xB4698B) is known color: Tapestry. HEX triplet: B4, 69 and 8B. RGB value is (180,105,139). Sum of RGB (Red+Green+Blue) = 180+105+139=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4698B is #4B9674. Grayscale: #838383. Windows color (decimal): -4953717 or 9136564. OLE color: 9136564.
HSL color Cylindrical-coordinate representation of color #B4698B: hue angle of 332.8º 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 #B4698B is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 139 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.29 |
| HSL | 332.8º | 0.33% | 0.56% | - |
| HSV(B) | 332.8º | 0.42% | 0.71% | - |
| XYZ | 28.53 | 21.67 | 27.11 | - |
| YUV | 131.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 139 | 0 | 0.42 | 0.23 | 0.29 | 332.8 | 0.33 | 0.56 |
| Hex | B4 | 69 | 8B | 0 | 2A | 17 | 1D | 14D | 21 | 38 |
| Octal | 264 | 151 | 213 | 0 | 52 | 27 | 35 | 515 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10001011 | 0 | 101010 | 10111 | 11101 | 101001101 | 100001 | 111000 |
Color Harmonies of #B4698B
Complementary color
Monochromatic Colors of #B4698B
Black with #B4698B
Text Example
Text Example
White with #B4698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4698B; }
p { color: rgb(180,105,139); }
H1.HeaderClassName
{
color: #B4698B;
}
.AnyTagClassName
{
color: #B4698B;
}
</style>
background-color css
<style>
a { background-color: #B4698B; }
a { background-color: rgb(180,105,139); }
div.DivClassName
{
background-color: #B4698B;
}
.BgClassName
{
background-color: #B4698B;
}
</style>
border-color css
<style>
span { border-color: #B4698B; }
span { border-color: rgb(180,105,139); }
td.TdClassName
{
border-color: #B4698B;
}
.TagClassName
{
border-color: #B4698B;
}
</style>