Shades of Tapestry #B76388
Tints of Tapestry #B76388
RGB
CMYK
RGB Variations
Color information
#B76388 (or 0xB76388) is known color: Tapestry. HEX triplet: B7, 63 and 88. RGB value is (183,99,136). Sum of RGB (Red+Green+Blue) = 183+99+136=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B76388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76388 is #489C77. Grayscale: #808080. Windows color (decimal): -4758648 or 8938423. OLE color: 8938423.
HSL color Cylindrical-coordinate representation of color #B76388: hue angle of 333.57º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76388 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 136 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.28 |
| HSL | 333.57º | 0.37% | 0.55% | - |
| HSV(B) | 333.57º | 0.46% | 0.72% | - |
| XYZ | 28.43 | 20.77 | 25.8 | - |
| YUV | 128.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 136 | 0 | 0.46 | 0.26 | 0.28 | 333.57 | 0.37 | 0.55 |
| Hex | B7 | 63 | 88 | 0 | 2E | 1A | 1C | 14E | 25 | 37 |
| Octal | 267 | 143 | 210 | 0 | 56 | 32 | 34 | 516 | 45 | 67 |
| Binary | 10110111 | 1100011 | 10001000 | 0 | 101110 | 11010 | 11100 | 101001110 | 100101 | 110111 |
Color Harmonies of #B76388
Complementary color
Monochromatic Colors of #B76388
Black with #B76388
Text Example
Text Example
White with #B76388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76388; }
p { color: rgb(183,99,136); }
H1.HeaderClassName
{
color: #B76388;
}
.AnyTagClassName
{
color: #B76388;
}
</style>
background-color css
<style>
a { background-color: #B76388; }
a { background-color: rgb(183,99,136); }
div.DivClassName
{
background-color: #B76388;
}
.BgClassName
{
background-color: #B76388;
}
</style>
border-color css
<style>
span { border-color: #B76388; }
span { border-color: rgb(183,99,136); }
td.TdClassName
{
border-color: #B76388;
}
.TagClassName
{
border-color: #B76388;
}
</style>