Shades of Tapestry #B07A8F
Tints of Tapestry #B07A8F
RGB
CMYK
RGB Variations
Color information
#B07A8F (or 0xB07A8F) is known color: Tapestry. HEX triplet: B0, 7A and 8F. RGB value is (176,122,143). Sum of RGB (Red+Green+Blue) = 176+122+143=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8F is #4F8570. Grayscale: #8C8C8C. Windows color (decimal): -5211505 or 9403056. OLE color: 9403056.
HSL color Cylindrical-coordinate representation of color #B07A8F: hue angle of 336.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07A8F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 143 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.31 |
| HSL | 336.67º | 0.25% | 0.58% | - |
| HSV(B) | 336.67º | 0.31% | 0.69% | - |
| XYZ | 29.82 | 25.13 | 29.27 | - |
| YUV | 140.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 143 | 0 | 0.31 | 0.19 | 0.31 | 336.67 | 0.25 | 0.58 |
| Hex | B0 | 7A | 8F | 0 | 1F | 13 | 1F | 151 | 19 | 3A |
| Octal | 260 | 172 | 217 | 0 | 37 | 23 | 37 | 521 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10001111 | 0 | 11111 | 10011 | 11111 | 101010001 | 11001 | 111010 |
Color Harmonies of #B07A8F
Complementary color
Monochromatic Colors of #B07A8F
Black with #B07A8F
Text Example
Text Example
White with #B07A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A8F; }
p { color: rgb(176,122,143); }
H1.HeaderClassName
{
color: #B07A8F;
}
.AnyTagClassName
{
color: #B07A8F;
}
</style>
background-color css
<style>
a { background-color: #B07A8F; }
a { background-color: rgb(176,122,143); }
div.DivClassName
{
background-color: #B07A8F;
}
.BgClassName
{
background-color: #B07A8F;
}
</style>
border-color css
<style>
span { border-color: #B07A8F; }
span { border-color: rgb(176,122,143); }
td.TdClassName
{
border-color: #B07A8F;
}
.TagClassName
{
border-color: #B07A8F;
}
</style>