Shades of Tapestry #B76A90
Tints of Tapestry #B76A90
RGB
CMYK
RGB Variations
Color information
#B76A90 (or 0xB76A90) is known color: Tapestry. HEX triplet: B7, 6A and 90. RGB value is (183,106,144). Sum of RGB (Red+Green+Blue) = 183+106+144=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A90 is #48956F. Grayscale: #858585. Windows color (decimal): -4756848 or 9464503. OLE color: 9464503.
HSL color Cylindrical-coordinate representation of color #B76A90: hue angle of 330.39º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A90 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 144 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.28 |
| HSL | 330.39º | 0.35% | 0.57% | - |
| HSV(B) | 330.39º | 0.42% | 0.72% | - |
| XYZ | 29.72 | 22.39 | 29.14 | - |
| YUV | 133.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 144 | 0 | 0.42 | 0.21 | 0.28 | 330.39 | 0.35 | 0.57 |
| Hex | B7 | 6A | 90 | 0 | 2A | 15 | 1C | 14A | 23 | 39 |
| Octal | 267 | 152 | 220 | 0 | 52 | 25 | 34 | 512 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10010000 | 0 | 101010 | 10101 | 11100 | 101001010 | 100011 | 111001 |
Color Harmonies of #B76A90
Complementary color
Monochromatic Colors of #B76A90
Black with #B76A90
Text Example
Text Example
White with #B76A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A90; }
p { color: rgb(183,106,144); }
H1.HeaderClassName
{
color: #B76A90;
}
.AnyTagClassName
{
color: #B76A90;
}
</style>
background-color css
<style>
a { background-color: #B76A90; }
a { background-color: rgb(183,106,144); }
div.DivClassName
{
background-color: #B76A90;
}
.BgClassName
{
background-color: #B76A90;
}
</style>
border-color css
<style>
span { border-color: #B76A90; }
span { border-color: rgb(183,106,144); }
td.TdClassName
{
border-color: #B76A90;
}
.TagClassName
{
border-color: #B76A90;
}
</style>