Shades of Tapestry #B68290
Tints of Tapestry #B68290
RGB
CMYK
RGB Variations
Color information
#B68290 (or 0xB68290) is known color: Tapestry. HEX triplet: B6, 82 and 90. RGB value is (182,130,144). Sum of RGB (Red+Green+Blue) = 182+130+144=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68290 is #497D6F. Grayscale: #939393. Windows color (decimal): -4816240 or 9470646. OLE color: 9470646.
HSL color Cylindrical-coordinate representation of color #B68290: hue angle of 343.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 #B68290 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 144 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.29 |
| HSL | 343.85º | 0.26% | 0.61% | - |
| HSV(B) | 343.85º | 0.29% | 0.71% | - |
| XYZ | 32.31 | 27.92 | 30.07 | - |
| YUV | 147.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 144 | 0 | 0.29 | 0.21 | 0.29 | 343.85 | 0.26 | 0.61 |
| Hex | B6 | 82 | 90 | 0 | 1D | 15 | 1D | 158 | 1A | 3D |
| Octal | 266 | 202 | 220 | 0 | 35 | 25 | 35 | 530 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10010000 | 0 | 11101 | 10101 | 11101 | 101011000 | 11010 | 111101 |
Color Harmonies of #B68290
Complementary color
Monochromatic Colors of #B68290
Black with #B68290
Text Example
Text Example
White with #B68290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68290; }
p { color: rgb(182,130,144); }
H1.HeaderClassName
{
color: #B68290;
}
.AnyTagClassName
{
color: #B68290;
}
</style>
background-color css
<style>
a { background-color: #B68290; }
a { background-color: rgb(182,130,144); }
div.DivClassName
{
background-color: #B68290;
}
.BgClassName
{
background-color: #B68290;
}
</style>
border-color css
<style>
span { border-color: #B68290; }
span { border-color: rgb(182,130,144); }
td.TdClassName
{
border-color: #B68290;
}
.TagClassName
{
border-color: #B68290;
}
</style>