Shades of Tapestry #B06076
Tints of Tapestry #B06076
RGB
CMYK
RGB Variations
Color information
#B06076 (or 0xB06076) is known color: Tapestry. HEX triplet: B0, 60 and 76. RGB value is (176,96,118). Sum of RGB (Red+Green+Blue) = 176+96+118=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06076 is #4F9F89. Grayscale: #7A7A7A. Windows color (decimal): -5218186 or 7758000. OLE color: 7758000.
HSL color Cylindrical-coordinate representation of color #B06076: hue angle of 343.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06076 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 118 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.31 |
| HSL | 343.5º | 0.34% | 0.53% | - |
| HSV(B) | 343.5º | 0.45% | 0.69% | - |
| XYZ | 25.36 | 18.9 | 19.45 | - |
| YUV | 122.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 118 | 0 | 0.45 | 0.33 | 0.31 | 343.5 | 0.34 | 0.53 |
| Hex | B0 | 60 | 76 | 0 | 2D | 21 | 1F | 158 | 22 | 35 |
| Octal | 260 | 140 | 166 | 0 | 55 | 41 | 37 | 530 | 42 | 65 |
| Binary | 10110000 | 1100000 | 1110110 | 0 | 101101 | 100001 | 11111 | 101011000 | 100010 | 110101 |
Color Harmonies of #B06076
Complementary color
Monochromatic Colors of #B06076
Black with #B06076
Text Example
Text Example
White with #B06076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06076; }
p { color: rgb(176,96,118); }
H1.HeaderClassName
{
color: #B06076;
}
.AnyTagClassName
{
color: #B06076;
}
</style>
background-color css
<style>
a { background-color: #B06076; }
a { background-color: rgb(176,96,118); }
div.DivClassName
{
background-color: #B06076;
}
.BgClassName
{
background-color: #B06076;
}
</style>
border-color css
<style>
span { border-color: #B06076; }
span { border-color: rgb(176,96,118); }
td.TdClassName
{
border-color: #B06076;
}
.TagClassName
{
border-color: #B06076;
}
</style>