Shades of Tapestry #B36F8A
Tints of Tapestry #B36F8A
RGB
CMYK
RGB Variations
Color information
#B36F8A (or 0xB36F8A) is known color: Tapestry. HEX triplet: B3, 6F and 8A. RGB value is (179,111,138). Sum of RGB (Red+Green+Blue) = 179+111+138=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F8A is #4C9075. Grayscale: #868686. Windows color (decimal): -5017718 or 9072563. OLE color: 9072563.
HSL color Cylindrical-coordinate representation of color #B36F8A: hue angle of 336.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F8A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 138 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.30 |
| HSL | 336.18º | 0.31% | 0.57% | - |
| HSV(B) | 336.18º | 0.38% | 0.7% | - |
| XYZ | 28.86 | 22.79 | 26.92 | - |
| YUV | 134.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 138 | 0 | 0.38 | 0.23 | 0.30 | 336.18 | 0.31 | 0.57 |
| Hex | B3 | 6F | 8A | 0 | 26 | 17 | 1E | 150 | 1F | 39 |
| Octal | 263 | 157 | 212 | 0 | 46 | 27 | 36 | 520 | 37 | 71 |
| Binary | 10110011 | 1101111 | 10001010 | 0 | 100110 | 10111 | 11110 | 101010000 | 11111 | 111001 |
Color Harmonies of #B36F8A
Complementary color
Monochromatic Colors of #B36F8A
Black with #B36F8A
Text Example
Text Example
White with #B36F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F8A; }
p { color: rgb(179,111,138); }
H1.HeaderClassName
{
color: #B36F8A;
}
.AnyTagClassName
{
color: #B36F8A;
}
</style>
background-color css
<style>
a { background-color: #B36F8A; }
a { background-color: rgb(179,111,138); }
div.DivClassName
{
background-color: #B36F8A;
}
.BgClassName
{
background-color: #B36F8A;
}
</style>
border-color css
<style>
span { border-color: #B36F8A; }
span { border-color: rgb(179,111,138); }
td.TdClassName
{
border-color: #B36F8A;
}
.TagClassName
{
border-color: #B36F8A;
}
</style>