Shades of Tapestry #B4678F
Tints of Tapestry #B4678F
RGB
CMYK
RGB Variations
Color information
#B4678F (or 0xB4678F) is known color: Tapestry. HEX triplet: B4, 67 and 8F. RGB value is (180,103,143). Sum of RGB (Red+Green+Blue) = 180+103+143=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678F is #4B9870. Grayscale: #828282. Windows color (decimal): -4954225 or 9398196. OLE color: 9398196.
HSL color Cylindrical-coordinate representation of color #B4678F: hue angle of 328.83º 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 #B4678F is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 143 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.29 |
| HSL | 328.83º | 0.34% | 0.55% | - |
| HSV(B) | 328.83º | 0.43% | 0.71% | - |
| XYZ | 28.63 | 21.39 | 28.61 | - |
| YUV | 130.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 143 | 0 | 0.43 | 0.21 | 0.29 | 328.83 | 0.34 | 0.55 |
| Hex | B4 | 67 | 8F | 0 | 2B | 15 | 1D | 149 | 22 | 37 |
| Octal | 264 | 147 | 217 | 0 | 53 | 25 | 35 | 511 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10001111 | 0 | 101011 | 10101 | 11101 | 101001001 | 100010 | 110111 |
Color Harmonies of #B4678F
Complementary color
Monochromatic Colors of #B4678F
Black with #B4678F
Text Example
Text Example
White with #B4678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4678F; }
p { color: rgb(180,103,143); }
H1.HeaderClassName
{
color: #B4678F;
}
.AnyTagClassName
{
color: #B4678F;
}
</style>
background-color css
<style>
a { background-color: #B4678F; }
a { background-color: rgb(180,103,143); }
div.DivClassName
{
background-color: #B4678F;
}
.BgClassName
{
background-color: #B4678F;
}
</style>
border-color css
<style>
span { border-color: #B4678F; }
span { border-color: rgb(180,103,143); }
td.TdClassName
{
border-color: #B4678F;
}
.TagClassName
{
border-color: #B4678F;
}
</style>