Shades of Tapestry #B88182
Tints of Tapestry #B88182
RGB
CMYK
RGB Variations
Color information
#B88182 (or 0xB88182) is known color: Tapestry. HEX triplet: B8, 81 and 82. RGB value is (184,129,130). Sum of RGB (Red+Green+Blue) = 184+129+130=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B88182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88182 is #477E7D. Grayscale: #919191. Windows color (decimal): -4685438 or 8552888. OLE color: 8552888.
HSL color Cylindrical-coordinate representation of color #B88182: hue angle of 358.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88182 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 130 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.28 |
| HSL | 358.91º | 0.28% | 0.61% | - |
| HSV(B) | 358.91º | 0.3% | 0.72% | - |
| XYZ | 31.65 | 27.5 | 24.76 | - |
| YUV | 145.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 130 | 0 | 0.30 | 0.29 | 0.28 | 358.91 | 0.28 | 0.61 |
| Hex | B8 | 81 | 82 | 0 | 1E | 1D | 1C | 167 | 1C | 3D |
| Octal | 270 | 201 | 202 | 0 | 36 | 35 | 34 | 547 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10000010 | 0 | 11110 | 11101 | 11100 | 101100111 | 11100 | 111101 |
Color Harmonies of #B88182
Complementary color
Monochromatic Colors of #B88182
Black with #B88182
Text Example
Text Example
White with #B88182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88182; }
p { color: rgb(184,129,130); }
H1.HeaderClassName
{
color: #B88182;
}
.AnyTagClassName
{
color: #B88182;
}
</style>
background-color css
<style>
a { background-color: #B88182; }
a { background-color: rgb(184,129,130); }
div.DivClassName
{
background-color: #B88182;
}
.BgClassName
{
background-color: #B88182;
}
</style>
border-color css
<style>
span { border-color: #B88182; }
span { border-color: rgb(184,129,130); }
td.TdClassName
{
border-color: #B88182;
}
.TagClassName
{
border-color: #B88182;
}
</style>