Shades of Tapestry #B4687B
Tints of Tapestry #B4687B
RGB
CMYK
RGB Variations
Color information
#B4687B (or 0xB4687B) is known color: Tapestry. HEX triplet: B4, 68 and 7B. RGB value is (180,104,123). Sum of RGB (Red+Green+Blue) = 180+104+123=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4687B is #4B9784. Grayscale: #808080. Windows color (decimal): -4953989 or 8087732. OLE color: 8087732.
HSL color Cylindrical-coordinate representation of color #B4687B: hue angle of 345º 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 #B4687B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 123 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.29 |
| HSL | 345º | 0.34% | 0.56% | - |
| HSV(B) | 345º | 0.42% | 0.71% | - |
| XYZ | 27.35 | 21.03 | 21.36 | - |
| YUV | 128.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 123 | 0 | 0.42 | 0.32 | 0.29 | 345 | 0.34 | 0.56 |
| Hex | B4 | 68 | 7B | 0 | 2A | 20 | 1D | 159 | 22 | 38 |
| Octal | 264 | 150 | 173 | 0 | 52 | 40 | 35 | 531 | 42 | 70 |
| Binary | 10110100 | 1101000 | 1111011 | 0 | 101010 | 100000 | 11101 | 101011001 | 100010 | 111000 |
Color Harmonies of #B4687B
Complementary color
Monochromatic Colors of #B4687B
Black with #B4687B
Text Example
Text Example
White with #B4687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4687B; }
p { color: rgb(180,104,123); }
H1.HeaderClassName
{
color: #B4687B;
}
.AnyTagClassName
{
color: #B4687B;
}
</style>
background-color css
<style>
a { background-color: #B4687B; }
a { background-color: rgb(180,104,123); }
div.DivClassName
{
background-color: #B4687B;
}
.BgClassName
{
background-color: #B4687B;
}
</style>
border-color css
<style>
span { border-color: #B4687B; }
span { border-color: rgb(180,104,123); }
td.TdClassName
{
border-color: #B4687B;
}
.TagClassName
{
border-color: #B4687B;
}
</style>