Shades of Tapestry #B07A8C
Tints of Tapestry #B07A8C
RGB
CMYK
RGB Variations
Color information
#B07A8C (or 0xB07A8C) is known color: Tapestry. HEX triplet: B0, 7A and 8C. RGB value is (176,122,140). Sum of RGB (Red+Green+Blue) = 176+122+140=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A8C is #4F8573. Grayscale: #8C8C8C. Windows color (decimal): -5211508 or 9206448. OLE color: 9206448.
HSL color Cylindrical-coordinate representation of color #B07A8C: hue angle of 340º 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 #B07A8C is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 140 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.31 |
| HSL | 340º | 0.25% | 0.58% | - |
| HSV(B) | 340º | 0.31% | 0.69% | - |
| XYZ | 29.6 | 25.04 | 28.08 | - |
| YUV | 140.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 140 | 0 | 0.31 | 0.20 | 0.31 | 340 | 0.25 | 0.58 |
| Hex | B0 | 7A | 8C | 0 | 1F | 14 | 1F | 154 | 19 | 3A |
| Octal | 260 | 172 | 214 | 0 | 37 | 24 | 37 | 524 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10001100 | 0 | 11111 | 10100 | 11111 | 101010100 | 11001 | 111010 |
Color Harmonies of #B07A8C
Complementary color
Monochromatic Colors of #B07A8C
Black with #B07A8C
Text Example
Text Example
White with #B07A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A8C; }
p { color: rgb(176,122,140); }
H1.HeaderClassName
{
color: #B07A8C;
}
.AnyTagClassName
{
color: #B07A8C;
}
</style>
background-color css
<style>
a { background-color: #B07A8C; }
a { background-color: rgb(176,122,140); }
div.DivClassName
{
background-color: #B07A8C;
}
.BgClassName
{
background-color: #B07A8C;
}
</style>
border-color css
<style>
span { border-color: #B07A8C; }
span { border-color: rgb(176,122,140); }
td.TdClassName
{
border-color: #B07A8C;
}
.TagClassName
{
border-color: #B07A8C;
}
</style>