Shades of Tapestry #B67683
Tints of Tapestry #B67683
RGB
CMYK
RGB Variations
Color information
#B67683 (or 0xB67683) is known color: Tapestry. HEX triplet: B6, 76 and 83. RGB value is (182,118,131). Sum of RGB (Red+Green+Blue) = 182+118+131=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67683 is #49897C. Grayscale: #8A8A8A. Windows color (decimal): -4819325 or 8615606. OLE color: 8615606.
HSL color Cylindrical-coordinate representation of color #B67683: hue angle of 347.81º 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 #B67683 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 131 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.29 |
| HSL | 347.81º | 0.3% | 0.59% | - |
| HSV(B) | 347.81º | 0.35% | 0.71% | - |
| XYZ | 29.87 | 24.54 | 24.64 | - |
| YUV | 138.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 131 | 0 | 0.35 | 0.28 | 0.29 | 347.81 | 0.3 | 0.59 |
| Hex | B6 | 76 | 83 | 0 | 23 | 1C | 1D | 15C | 1E | 3B |
| Octal | 266 | 166 | 203 | 0 | 43 | 34 | 35 | 534 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10000011 | 0 | 100011 | 11100 | 11101 | 101011100 | 11110 | 111011 |
Color Harmonies of #B67683
Complementary color
Monochromatic Colors of #B67683
Black with #B67683
Text Example
Text Example
White with #B67683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67683; }
p { color: rgb(182,118,131); }
H1.HeaderClassName
{
color: #B67683;
}
.AnyTagClassName
{
color: #B67683;
}
</style>
background-color css
<style>
a { background-color: #B67683; }
a { background-color: rgb(182,118,131); }
div.DivClassName
{
background-color: #B67683;
}
.BgClassName
{
background-color: #B67683;
}
</style>
border-color css
<style>
span { border-color: #B67683; }
span { border-color: rgb(182,118,131); }
td.TdClassName
{
border-color: #B67683;
}
.TagClassName
{
border-color: #B67683;
}
</style>