Shades of Tapestry #B76588
Tints of Tapestry #B76588
RGB
CMYK
RGB Variations
Color information
#B76588 (or 0xB76588) is known color: Tapestry. HEX triplet: B7, 65 and 88. RGB value is (183,101,136). Sum of RGB (Red+Green+Blue) = 183+101+136=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B76588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76588 is #489A77. Grayscale: #818181. Windows color (decimal): -4758136 or 8938935. OLE color: 8938935.
HSL color Cylindrical-coordinate representation of color #B76588: hue angle of 334.39º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76588 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 136 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.28 |
| HSL | 334.39º | 0.36% | 0.56% | - |
| HSV(B) | 334.39º | 0.45% | 0.72% | - |
| XYZ | 28.63 | 21.15 | 25.87 | - |
| YUV | 129.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 136 | 0 | 0.45 | 0.26 | 0.28 | 334.39 | 0.36 | 0.56 |
| Hex | B7 | 65 | 88 | 0 | 2D | 1A | 1C | 14E | 24 | 38 |
| Octal | 267 | 145 | 210 | 0 | 55 | 32 | 34 | 516 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10001000 | 0 | 101101 | 11010 | 11100 | 101001110 | 100100 | 111000 |
Color Harmonies of #B76588
Complementary color
Monochromatic Colors of #B76588
Black with #B76588
Text Example
Text Example
White with #B76588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76588; }
p { color: rgb(183,101,136); }
H1.HeaderClassName
{
color: #B76588;
}
.AnyTagClassName
{
color: #B76588;
}
</style>
background-color css
<style>
a { background-color: #B76588; }
a { background-color: rgb(183,101,136); }
div.DivClassName
{
background-color: #B76588;
}
.BgClassName
{
background-color: #B76588;
}
</style>
border-color css
<style>
span { border-color: #B76588; }
span { border-color: rgb(183,101,136); }
td.TdClassName
{
border-color: #B76588;
}
.TagClassName
{
border-color: #B76588;
}
</style>