Shades of Tallow #B0A06D
Tints of Tallow #B0A06D
RGB
CMYK
RGB Variations
Color information
#B0A06D (or 0xB0A06D) is known color: Tallow. HEX triplet: B0, A0 and 6D. RGB value is (176,160,109). Sum of RGB (Red+Green+Blue) = 176+160+109=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A06D is #4F5F92. Grayscale: #9F9F9F. Windows color (decimal): -5201811 or 7184560. OLE color: 7184560.
HSL color Cylindrical-coordinate representation of color #B0A06D: hue angle of 45.67º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0A06D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 109 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.31 |
| HSL | 45.67º | 0.3% | 0.56% | - |
| HSV(B) | 45.67º | 0.38% | 0.69% | - |
| XYZ | 33.24 | 35.48 | 19.56 | - |
| YUV | 158.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 109 | 0 | 0.09 | 0.38 | 0.31 | 45.67 | 0.3 | 0.56 |
| Hex | B0 | A0 | 6D | 0 | 9 | 26 | 1F | 2E | 1E | 38 |
| Octal | 260 | 240 | 155 | 0 | 11 | 46 | 37 | 56 | 36 | 70 |
| Binary | 10110000 | 10100000 | 1101101 | 0 | 1001 | 100110 | 11111 | 101110 | 11110 | 111000 |
Color Harmonies of #B0A06D
Complementary color
Monochromatic Colors of #B0A06D
Black with #B0A06D
Text Example
Text Example
White with #B0A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A06D; }
p { color: rgb(176,160,109); }
H1.HeaderClassName
{
color: #B0A06D;
}
.AnyTagClassName
{
color: #B0A06D;
}
</style>
background-color css
<style>
a { background-color: #B0A06D; }
a { background-color: rgb(176,160,109); }
div.DivClassName
{
background-color: #B0A06D;
}
.BgClassName
{
background-color: #B0A06D;
}
</style>
border-color css
<style>
span { border-color: #B0A06D; }
span { border-color: rgb(176,160,109); }
td.TdClassName
{
border-color: #B0A06D;
}
.TagClassName
{
border-color: #B0A06D;
}
</style>