Shades of Tapestry #B36D7D
Tints of Tapestry #B36D7D
RGB
CMYK
RGB Variations
Color information
#B36D7D (or 0xB36D7D) is known color: Tapestry. HEX triplet: B3, 6D and 7D. RGB value is (179,109,125). Sum of RGB (Red+Green+Blue) = 179+109+125=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D7D is #4C9282. Grayscale: #838383. Windows color (decimal): -5018243 or 8220083. OLE color: 8220083.
HSL color Cylindrical-coordinate representation of color #B36D7D: hue angle of 346.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36D7D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 125 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.30 |
| HSL | 346.29º | 0.32% | 0.56% | - |
| HSV(B) | 346.29º | 0.39% | 0.7% | - |
| XYZ | 27.76 | 22 | 22.19 | - |
| YUV | 131.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 125 | 0 | 0.39 | 0.30 | 0.30 | 346.29 | 0.32 | 0.56 |
| Hex | B3 | 6D | 7D | 0 | 27 | 1E | 1E | 15A | 20 | 38 |
| Octal | 263 | 155 | 175 | 0 | 47 | 36 | 36 | 532 | 40 | 70 |
| Binary | 10110011 | 1101101 | 1111101 | 0 | 100111 | 11110 | 11110 | 101011010 | 100000 | 111000 |
Color Harmonies of #B36D7D
Complementary color
Monochromatic Colors of #B36D7D
Black with #B36D7D
Text Example
Text Example
White with #B36D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D7D; }
p { color: rgb(179,109,125); }
H1.HeaderClassName
{
color: #B36D7D;
}
.AnyTagClassName
{
color: #B36D7D;
}
</style>
background-color css
<style>
a { background-color: #B36D7D; }
a { background-color: rgb(179,109,125); }
div.DivClassName
{
background-color: #B36D7D;
}
.BgClassName
{
background-color: #B36D7D;
}
</style>
border-color css
<style>
span { border-color: #B36D7D; }
span { border-color: rgb(179,109,125); }
td.TdClassName
{
border-color: #B36D7D;
}
.TagClassName
{
border-color: #B36D7D;
}
</style>