Shades of Tapestry #B76585
Tints of Tapestry #B76585
RGB
CMYK
RGB Variations
Color information
#B76585 (or 0xB76585) is known color: Tapestry. HEX triplet: B7, 65 and 85. RGB value is (183,101,133). Sum of RGB (Red+Green+Blue) = 183+101+133=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76585 is #489A7A. Grayscale: #818181. Windows color (decimal): -4758139 or 8742327. OLE color: 8742327.
HSL color Cylindrical-coordinate representation of color #B76585: hue angle of 336.59º 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 #B76585 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 133 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.28 |
| HSL | 336.59º | 0.36% | 0.56% | - |
| HSV(B) | 336.59º | 0.45% | 0.72% | - |
| XYZ | 28.42 | 21.07 | 24.76 | - |
| YUV | 129.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 133 | 0 | 0.45 | 0.27 | 0.28 | 336.59 | 0.36 | 0.56 |
| Hex | B7 | 65 | 85 | 0 | 2D | 1B | 1C | 151 | 24 | 38 |
| Octal | 267 | 145 | 205 | 0 | 55 | 33 | 34 | 521 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10000101 | 0 | 101101 | 11011 | 11100 | 101010001 | 100100 | 111000 |
Color Harmonies of #B76585
Complementary color
Monochromatic Colors of #B76585
Black with #B76585
Text Example
Text Example
White with #B76585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76585; }
p { color: rgb(183,101,133); }
H1.HeaderClassName
{
color: #B76585;
}
.AnyTagClassName
{
color: #B76585;
}
</style>
background-color css
<style>
a { background-color: #B76585; }
a { background-color: rgb(183,101,133); }
div.DivClassName
{
background-color: #B76585;
}
.BgClassName
{
background-color: #B76585;
}
</style>
border-color css
<style>
span { border-color: #B76585; }
span { border-color: rgb(183,101,133); }
td.TdClassName
{
border-color: #B76585;
}
.TagClassName
{
border-color: #B76585;
}
</style>