Shades of Tapestry #B4818C
Tints of Tapestry #B4818C
RGB
CMYK
RGB Variations
Color information
#B4818C (or 0xB4818C) is known color: Tapestry. HEX triplet: B4, 81 and 8C. RGB value is (180,129,140). Sum of RGB (Red+Green+Blue) = 180+129+140=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4818C is #4B7E73. Grayscale: #919191. Windows color (decimal): -4947572 or 9208244. OLE color: 9208244.
HSL color Cylindrical-coordinate representation of color #B4818C: hue angle of 347.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4818C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 140 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.29 |
| HSL | 347.06º | 0.25% | 0.61% | - |
| HSV(B) | 347.06º | 0.28% | 0.71% | - |
| XYZ | 31.41 | 27.3 | 28.42 | - |
| YUV | 145.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 140 | 0 | 0.28 | 0.22 | 0.29 | 347.06 | 0.25 | 0.61 |
| Hex | B4 | 81 | 8C | 0 | 1C | 16 | 1D | 15B | 19 | 3D |
| Octal | 264 | 201 | 214 | 0 | 34 | 26 | 35 | 533 | 31 | 75 |
| Binary | 10110100 | 10000001 | 10001100 | 0 | 11100 | 10110 | 11101 | 101011011 | 11001 | 111101 |
Color Harmonies of #B4818C
Complementary color
Monochromatic Colors of #B4818C
Black with #B4818C
Text Example
Text Example
White with #B4818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4818C; }
p { color: rgb(180,129,140); }
H1.HeaderClassName
{
color: #B4818C;
}
.AnyTagClassName
{
color: #B4818C;
}
</style>
background-color css
<style>
a { background-color: #B4818C; }
a { background-color: rgb(180,129,140); }
div.DivClassName
{
background-color: #B4818C;
}
.BgClassName
{
background-color: #B4818C;
}
</style>
border-color css
<style>
span { border-color: #B4818C; }
span { border-color: rgb(180,129,140); }
td.TdClassName
{
border-color: #B4818C;
}
.TagClassName
{
border-color: #B4818C;
}
</style>