Shades of Tapestry #B4678D
Tints of Tapestry #B4678D
RGB
CMYK
RGB Variations
Color information
#B4678D (or 0xB4678D) is known color: Tapestry. HEX triplet: B4, 67 and 8D. RGB value is (180,103,141). Sum of RGB (Red+Green+Blue) = 180+103+141=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678D is #4B9872. Grayscale: #828282. Windows color (decimal): -4954227 or 9267124. OLE color: 9267124.
HSL color Cylindrical-coordinate representation of color #B4678D: hue angle of 330.39º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4678D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 141 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.29 |
| HSL | 330.39º | 0.34% | 0.55% | - |
| HSV(B) | 330.39º | 0.43% | 0.71% | - |
| XYZ | 28.48 | 21.33 | 27.81 | - |
| YUV | 130.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 141 | 0 | 0.43 | 0.22 | 0.29 | 330.39 | 0.34 | 0.55 |
| Hex | B4 | 67 | 8D | 0 | 2B | 16 | 1D | 14A | 22 | 37 |
| Octal | 264 | 147 | 215 | 0 | 53 | 26 | 35 | 512 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10001101 | 0 | 101011 | 10110 | 11101 | 101001010 | 100010 | 110111 |
Color Harmonies of #B4678D
Complementary color
Monochromatic Colors of #B4678D
Black with #B4678D
Text Example
Text Example
White with #B4678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4678D; }
p { color: rgb(180,103,141); }
H1.HeaderClassName
{
color: #B4678D;
}
.AnyTagClassName
{
color: #B4678D;
}
</style>
background-color css
<style>
a { background-color: #B4678D; }
a { background-color: rgb(180,103,141); }
div.DivClassName
{
background-color: #B4678D;
}
.BgClassName
{
background-color: #B4678D;
}
</style>
border-color css
<style>
span { border-color: #B4678D; }
span { border-color: rgb(180,103,141); }
td.TdClassName
{
border-color: #B4678D;
}
.TagClassName
{
border-color: #B4678D;
}
</style>