Shades of Tapestry #B4708A
Tints of Tapestry #B4708A
RGB
CMYK
RGB Variations
Color information
#B4708A (or 0xB4708A) is known color: Tapestry. HEX triplet: B4, 70 and 8A. RGB value is (180,112,138). Sum of RGB (Red+Green+Blue) = 180+112+138=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4708A is #4B8F75. Grayscale: #878787. Windows color (decimal): -4951926 or 9072820. OLE color: 9072820.
HSL color Cylindrical-coordinate representation of color #B4708A: hue angle of 337.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4708A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 138 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.29 |
| HSL | 337.06º | 0.31% | 0.57% | - |
| HSV(B) | 337.06º | 0.38% | 0.71% | - |
| XYZ | 29.2 | 23.13 | 26.97 | - |
| YUV | 135.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 138 | 0 | 0.38 | 0.23 | 0.29 | 337.06 | 0.31 | 0.57 |
| Hex | B4 | 70 | 8A | 0 | 26 | 17 | 1D | 151 | 1F | 39 |
| Octal | 264 | 160 | 212 | 0 | 46 | 27 | 35 | 521 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10001010 | 0 | 100110 | 10111 | 11101 | 101010001 | 11111 | 111001 |
Color Harmonies of #B4708A
Complementary color
Monochromatic Colors of #B4708A
Black with #B4708A
Text Example
Text Example
White with #B4708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4708A; }
p { color: rgb(180,112,138); }
H1.HeaderClassName
{
color: #B4708A;
}
.AnyTagClassName
{
color: #B4708A;
}
</style>
background-color css
<style>
a { background-color: #B4708A; }
a { background-color: rgb(180,112,138); }
div.DivClassName
{
background-color: #B4708A;
}
.BgClassName
{
background-color: #B4708A;
}
</style>
border-color css
<style>
span { border-color: #B4708A; }
span { border-color: rgb(180,112,138); }
td.TdClassName
{
border-color: #B4708A;
}
.TagClassName
{
border-color: #B4708A;
}
</style>