Shades of Tapestry #B4678C
Tints of Tapestry #B4678C
RGB
CMYK
RGB Variations
Color information
#B4678C (or 0xB4678C) is known color: Tapestry. HEX triplet: B4, 67 and 8C. RGB value is (180,103,140). Sum of RGB (Red+Green+Blue) = 180+103+140=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678C is #4B9873. Grayscale: #828282. Windows color (decimal): -4954228 or 9201588. OLE color: 9201588.
HSL color Cylindrical-coordinate representation of color #B4678C: hue angle of 331.17º 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 #B4678C is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 140 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.29 |
| HSL | 331.17º | 0.34% | 0.55% | - |
| HSV(B) | 331.17º | 0.43% | 0.71% | - |
| XYZ | 28.41 | 21.3 | 27.42 | - |
| YUV | 130.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 140 | 0 | 0.43 | 0.22 | 0.29 | 331.17 | 0.34 | 0.55 |
| Hex | B4 | 67 | 8C | 0 | 2B | 16 | 1D | 14B | 22 | 37 |
| Octal | 264 | 147 | 214 | 0 | 53 | 26 | 35 | 513 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10001100 | 0 | 101011 | 10110 | 11101 | 101001011 | 100010 | 110111 |
Color Harmonies of #B4678C
Complementary color
Monochromatic Colors of #B4678C
Black with #B4678C
Text Example
Text Example
White with #B4678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4678C; }
p { color: rgb(180,103,140); }
H1.HeaderClassName
{
color: #B4678C;
}
.AnyTagClassName
{
color: #B4678C;
}
</style>
background-color css
<style>
a { background-color: #B4678C; }
a { background-color: rgb(180,103,140); }
div.DivClassName
{
background-color: #B4678C;
}
.BgClassName
{
background-color: #B4678C;
}
</style>
border-color css
<style>
span { border-color: #B4678C; }
span { border-color: rgb(180,103,140); }
td.TdClassName
{
border-color: #B4678C;
}
.TagClassName
{
border-color: #B4678C;
}
</style>