Shades of Tapestry #B36788
Tints of Tapestry #B36788
RGB
CMYK
RGB Variations
Color information
#B36788 (or 0xB36788) is known color: Tapestry. HEX triplet: B3, 67 and 88. RGB value is (179,103,136). Sum of RGB (Red+Green+Blue) = 179+103+136=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B36788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36788 is #4C9877. Grayscale: #818181. Windows color (decimal): -5019768 or 8939443. OLE color: 8939443.
HSL color Cylindrical-coordinate representation of color #B36788: hue angle of 333.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36788 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 136 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.30 |
| HSL | 333.95º | 0.33% | 0.55% | - |
| HSV(B) | 333.95º | 0.42% | 0.7% | - |
| XYZ | 27.88 | 21.06 | 25.89 | - |
| YUV | 129.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 136 | 0 | 0.42 | 0.24 | 0.30 | 333.95 | 0.33 | 0.55 |
| Hex | B3 | 67 | 88 | 0 | 2A | 18 | 1E | 14E | 21 | 37 |
| Octal | 263 | 147 | 210 | 0 | 52 | 30 | 36 | 516 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10001000 | 0 | 101010 | 11000 | 11110 | 101001110 | 100001 | 110111 |
Color Harmonies of #B36788
Complementary color
Monochromatic Colors of #B36788
Black with #B36788
Text Example
Text Example
White with #B36788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36788; }
p { color: rgb(179,103,136); }
H1.HeaderClassName
{
color: #B36788;
}
.AnyTagClassName
{
color: #B36788;
}
</style>
background-color css
<style>
a { background-color: #B36788; }
a { background-color: rgb(179,103,136); }
div.DivClassName
{
background-color: #B36788;
}
.BgClassName
{
background-color: #B36788;
}
</style>
border-color css
<style>
span { border-color: #B36788; }
span { border-color: rgb(179,103,136); }
td.TdClassName
{
border-color: #B36788;
}
.TagClassName
{
border-color: #B36788;
}
</style>