Shades of Tapestry #B07485
Tints of Tapestry #B07485
RGB
CMYK
RGB Variations
Color information
#B07485 (or 0xB07485) is known color: Tapestry. HEX triplet: B0, 74 and 85. RGB value is (176,116,133). Sum of RGB (Red+Green+Blue) = 176+116+133=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07485 is #4F8B7A. Grayscale: #878787. Windows color (decimal): -5213051 or 8746160. OLE color: 8746160.
HSL color Cylindrical-coordinate representation of color #B07485: hue angle of 343º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07485 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 133 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.31 |
| HSL | 343º | 0.28% | 0.57% | - |
| HSV(B) | 343º | 0.34% | 0.69% | - |
| XYZ | 28.38 | 23.41 | 25.21 | - |
| YUV | 135.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 133 | 0 | 0.34 | 0.24 | 0.31 | 343 | 0.28 | 0.57 |
| Hex | B0 | 74 | 85 | 0 | 22 | 18 | 1F | 157 | 1C | 39 |
| Octal | 260 | 164 | 205 | 0 | 42 | 30 | 37 | 527 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10000101 | 0 | 100010 | 11000 | 11111 | 101010111 | 11100 | 111001 |
Color Harmonies of #B07485
Complementary color
Monochromatic Colors of #B07485
Black with #B07485
Text Example
Text Example
White with #B07485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07485; }
p { color: rgb(176,116,133); }
H1.HeaderClassName
{
color: #B07485;
}
.AnyTagClassName
{
color: #B07485;
}
</style>
background-color css
<style>
a { background-color: #B07485; }
a { background-color: rgb(176,116,133); }
div.DivClassName
{
background-color: #B07485;
}
.BgClassName
{
background-color: #B07485;
}
</style>
border-color css
<style>
span { border-color: #B07485; }
span { border-color: rgb(176,116,133); }
td.TdClassName
{
border-color: #B07485;
}
.TagClassName
{
border-color: #B07485;
}
</style>