Shades of Tapestry #B67581
Tints of Tapestry #B67581
RGB
CMYK
RGB Variations
Color information
#B67581 (or 0xB67581) is known color: Tapestry. HEX triplet: B6, 75 and 81. RGB value is (182,117,129). Sum of RGB (Red+Green+Blue) = 182+117+129=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B67581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67581 is #498A7E. Grayscale: #898989. Windows color (decimal): -4819583 or 8484278. OLE color: 8484278.
HSL color Cylindrical-coordinate representation of color #B67581: hue angle of 348.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67581 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 129 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.29 |
| HSL | 348.92º | 0.31% | 0.59% | - |
| HSV(B) | 348.92º | 0.36% | 0.71% | - |
| XYZ | 29.62 | 24.25 | 23.89 | - |
| YUV | 137.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 129 | 0 | 0.36 | 0.29 | 0.29 | 348.92 | 0.31 | 0.59 |
| Hex | B6 | 75 | 81 | 0 | 24 | 1D | 1D | 15D | 1F | 3B |
| Octal | 266 | 165 | 201 | 0 | 44 | 35 | 35 | 535 | 37 | 73 |
| Binary | 10110110 | 1110101 | 10000001 | 0 | 100100 | 11101 | 11101 | 101011101 | 11111 | 111011 |
Color Harmonies of #B67581
Complementary color
Monochromatic Colors of #B67581
Black with #B67581
Text Example
Text Example
White with #B67581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67581; }
p { color: rgb(182,117,129); }
H1.HeaderClassName
{
color: #B67581;
}
.AnyTagClassName
{
color: #B67581;
}
</style>
background-color css
<style>
a { background-color: #B67581; }
a { background-color: rgb(182,117,129); }
div.DivClassName
{
background-color: #B67581;
}
.BgClassName
{
background-color: #B67581;
}
</style>
border-color css
<style>
span { border-color: #B67581; }
span { border-color: rgb(182,117,129); }
td.TdClassName
{
border-color: #B67581;
}
.TagClassName
{
border-color: #B67581;
}
</style>