Shades of Tapestry #B67680
Tints of Tapestry #B67680
RGB
CMYK
RGB Variations
Color information
#B67680 (or 0xB67680) is known color: Tapestry. HEX triplet: B6, 76 and 80. RGB value is (182,118,128). Sum of RGB (Red+Green+Blue) = 182+118+128=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B67680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67680 is #49897F. Grayscale: #8A8A8A. Windows color (decimal): -4819328 or 8418998. OLE color: 8418998.
HSL color Cylindrical-coordinate representation of color #B67680: hue angle of 350.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67680 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 128 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.29 |
| HSL | 350.63º | 0.3% | 0.59% | - |
| HSV(B) | 350.63º | 0.35% | 0.71% | - |
| XYZ | 29.67 | 24.46 | 23.58 | - |
| YUV | 138.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 128 | 0 | 0.35 | 0.30 | 0.29 | 350.63 | 0.3 | 0.59 |
| Hex | B6 | 76 | 80 | 0 | 23 | 1E | 1D | 15F | 1E | 3B |
| Octal | 266 | 166 | 200 | 0 | 43 | 36 | 35 | 537 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10000000 | 0 | 100011 | 11110 | 11101 | 101011111 | 11110 | 111011 |
Color Harmonies of #B67680
Complementary color
Monochromatic Colors of #B67680
Black with #B67680
Text Example
Text Example
White with #B67680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67680; }
p { color: rgb(182,118,128); }
H1.HeaderClassName
{
color: #B67680;
}
.AnyTagClassName
{
color: #B67680;
}
</style>
background-color css
<style>
a { background-color: #B67680; }
a { background-color: rgb(182,118,128); }
div.DivClassName
{
background-color: #B67680;
}
.BgClassName
{
background-color: #B67680;
}
</style>
border-color css
<style>
span { border-color: #B67680; }
span { border-color: rgb(182,118,128); }
td.TdClassName
{
border-color: #B67680;
}
.TagClassName
{
border-color: #B67680;
}
</style>