Shades of Tapestry #B07589
Tints of Tapestry #B07589
RGB
CMYK
RGB Variations
Color information
#B07589 (or 0xB07589) is known color: Tapestry. HEX triplet: B0, 75 and 89. RGB value is (176,117,137). Sum of RGB (Red+Green+Blue) = 176+117+137=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B07589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07589 is #4F8A76. Grayscale: #888888. Windows color (decimal): -5212791 or 9008560. OLE color: 9008560.
HSL color Cylindrical-coordinate representation of color #B07589: hue angle of 339.66º degrees, saturation: 0.27, 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 #B07589 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 137 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.31 |
| HSL | 339.66º | 0.27% | 0.57% | - |
| HSV(B) | 339.66º | 0.34% | 0.69% | - |
| XYZ | 28.78 | 23.76 | 26.74 | - |
| YUV | 136.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 137 | 0 | 0.34 | 0.22 | 0.31 | 339.66 | 0.27 | 0.57 |
| Hex | B0 | 75 | 89 | 0 | 22 | 16 | 1F | 154 | 1B | 39 |
| Octal | 260 | 165 | 211 | 0 | 42 | 26 | 37 | 524 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10001001 | 0 | 100010 | 10110 | 11111 | 101010100 | 11011 | 111001 |
Color Harmonies of #B07589
Complementary color
Monochromatic Colors of #B07589
Black with #B07589
Text Example
Text Example
White with #B07589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07589; }
p { color: rgb(176,117,137); }
H1.HeaderClassName
{
color: #B07589;
}
.AnyTagClassName
{
color: #B07589;
}
</style>
background-color css
<style>
a { background-color: #B07589; }
a { background-color: rgb(176,117,137); }
div.DivClassName
{
background-color: #B07589;
}
.BgClassName
{
background-color: #B07589;
}
</style>
border-color css
<style>
span { border-color: #B07589; }
span { border-color: rgb(176,117,137); }
td.TdClassName
{
border-color: #B07589;
}
.TagClassName
{
border-color: #B07589;
}
</style>