Shades of Tapestry #B36589
Tints of Tapestry #B36589
RGB
CMYK
RGB Variations
Color information
#B36589 (or 0xB36589) is known color: Tapestry. HEX triplet: B3, 65 and 89. RGB value is (179,101,137). Sum of RGB (Red+Green+Blue) = 179+101+137=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B36589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36589 is #4C9A76. Grayscale: #808080. Windows color (decimal): -5020279 or 9004467. OLE color: 9004467.
HSL color Cylindrical-coordinate representation of color #B36589: hue angle of 332.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36589 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 137 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.30 |
| HSL | 332.31º | 0.34% | 0.55% | - |
| HSV(B) | 332.31º | 0.44% | 0.7% | - |
| XYZ | 27.76 | 20.7 | 26.2 | - |
| YUV | 128.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 137 | 0 | 0.44 | 0.23 | 0.30 | 332.31 | 0.34 | 0.55 |
| Hex | B3 | 65 | 89 | 0 | 2C | 17 | 1E | 14C | 22 | 37 |
| Octal | 263 | 145 | 211 | 0 | 54 | 27 | 36 | 514 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10001001 | 0 | 101100 | 10111 | 11110 | 101001100 | 100010 | 110111 |
Color Harmonies of #B36589
Complementary color
Monochromatic Colors of #B36589
Black with #B36589
Text Example
Text Example
White with #B36589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36589; }
p { color: rgb(179,101,137); }
H1.HeaderClassName
{
color: #B36589;
}
.AnyTagClassName
{
color: #B36589;
}
</style>
background-color css
<style>
a { background-color: #B36589; }
a { background-color: rgb(179,101,137); }
div.DivClassName
{
background-color: #B36589;
}
.BgClassName
{
background-color: #B36589;
}
</style>
border-color css
<style>
span { border-color: #B36589; }
span { border-color: rgb(179,101,137); }
td.TdClassName
{
border-color: #B36589;
}
.TagClassName
{
border-color: #B36589;
}
</style>