Shades of Tapestry #B4687D
Tints of Tapestry #B4687D
RGB
CMYK
RGB Variations
Color information
#B4687D (or 0xB4687D) is known color: Tapestry. HEX triplet: B4, 68 and 7D. RGB value is (180,104,125). Sum of RGB (Red+Green+Blue) = 180+104+125=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4687D is #4B9782. Grayscale: #818181. Windows color (decimal): -4953987 or 8218804. OLE color: 8218804.
HSL color Cylindrical-coordinate representation of color #B4687D: hue angle of 343.42º degrees, saturation: 0.34, 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 #B4687D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 125 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.29 |
| HSL | 343.42º | 0.34% | 0.56% | - |
| HSV(B) | 343.42º | 0.42% | 0.71% | - |
| XYZ | 27.47 | 21.08 | 22.02 | - |
| YUV | 129.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 125 | 0 | 0.42 | 0.31 | 0.29 | 343.42 | 0.34 | 0.56 |
| Hex | B4 | 68 | 7D | 0 | 2A | 1F | 1D | 157 | 22 | 38 |
| Octal | 264 | 150 | 175 | 0 | 52 | 37 | 35 | 527 | 42 | 70 |
| Binary | 10110100 | 1101000 | 1111101 | 0 | 101010 | 11111 | 11101 | 101010111 | 100010 | 111000 |
Color Harmonies of #B4687D
Complementary color
Monochromatic Colors of #B4687D
Black with #B4687D
Text Example
Text Example
White with #B4687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4687D; }
p { color: rgb(180,104,125); }
H1.HeaderClassName
{
color: #B4687D;
}
.AnyTagClassName
{
color: #B4687D;
}
</style>
background-color css
<style>
a { background-color: #B4687D; }
a { background-color: rgb(180,104,125); }
div.DivClassName
{
background-color: #B4687D;
}
.BgClassName
{
background-color: #B4687D;
}
</style>
border-color css
<style>
span { border-color: #B4687D; }
span { border-color: rgb(180,104,125); }
td.TdClassName
{
border-color: #B4687D;
}
.TagClassName
{
border-color: #B4687D;
}
</style>