Shades of Tapestry #B58182
Tints of Tapestry #B58182
RGB
CMYK
RGB Variations
Color information
#B58182 (or 0xB58182) is known color: Tapestry. HEX triplet: B5, 81 and 82. RGB value is (181,129,130). Sum of RGB (Red+Green+Blue) = 181+129+130=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B58182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58182 is #4A7E7D. Grayscale: #909090. Windows color (decimal): -4882046 or 8552885. OLE color: 8552885.
HSL color Cylindrical-coordinate representation of color #B58182: hue angle of 358.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B58182 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 130 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.29 |
| HSL | 358.85º | 0.26% | 0.61% | - |
| HSV(B) | 358.85º | 0.29% | 0.71% | - |
| XYZ | 30.94 | 27.14 | 24.73 | - |
| YUV | 144.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 130 | 0 | 0.29 | 0.28 | 0.29 | 358.85 | 0.26 | 0.61 |
| Hex | B5 | 81 | 82 | 0 | 1D | 1C | 1D | 167 | 1A | 3D |
| Octal | 265 | 201 | 202 | 0 | 35 | 34 | 35 | 547 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10000010 | 0 | 11101 | 11100 | 11101 | 101100111 | 11010 | 111101 |
Color Harmonies of #B58182
Complementary color
Monochromatic Colors of #B58182
Black with #B58182
Text Example
Text Example
White with #B58182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58182; }
p { color: rgb(181,129,130); }
H1.HeaderClassName
{
color: #B58182;
}
.AnyTagClassName
{
color: #B58182;
}
</style>
background-color css
<style>
a { background-color: #B58182; }
a { background-color: rgb(181,129,130); }
div.DivClassName
{
background-color: #B58182;
}
.BgClassName
{
background-color: #B58182;
}
</style>
border-color css
<style>
span { border-color: #B58182; }
span { border-color: rgb(181,129,130); }
td.TdClassName
{
border-color: #B58182;
}
.TagClassName
{
border-color: #B58182;
}
</style>