Shades of Tallow #B0A26D
Tints of Tallow #B0A26D
RGB
CMYK
RGB Variations
Color information
#B0A26D (or 0xB0A26D) is known color: Tallow. HEX triplet: B0, A2 and 6D. RGB value is (176,162,109). Sum of RGB (Red+Green+Blue) = 176+162+109=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A26D is #4F5D92. Grayscale: #A0A0A0. Windows color (decimal): -5201299 or 7185072. OLE color: 7185072.
HSL color Cylindrical-coordinate representation of color #B0A26D: hue angle of 47.46º 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 #B0A26D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 109 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.31 |
| HSL | 47.46º | 0.3% | 0.56% | - |
| HSV(B) | 47.46º | 0.38% | 0.69% | - |
| XYZ | 33.59 | 36.17 | 19.68 | - |
| YUV | 160.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 109 | 0 | 0.08 | 0.38 | 0.31 | 47.46 | 0.3 | 0.56 |
| Hex | B0 | A2 | 6D | 0 | 8 | 26 | 1F | 2F | 1E | 38 |
| Octal | 260 | 242 | 155 | 0 | 10 | 46 | 37 | 57 | 36 | 70 |
| Binary | 10110000 | 10100010 | 1101101 | 0 | 1000 | 100110 | 11111 | 101111 | 11110 | 111000 |
Color Harmonies of #B0A26D
Complementary color
Monochromatic Colors of #B0A26D
Black with #B0A26D
Text Example
Text Example
White with #B0A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A26D; }
p { color: rgb(176,162,109); }
H1.HeaderClassName
{
color: #B0A26D;
}
.AnyTagClassName
{
color: #B0A26D;
}
</style>
background-color css
<style>
a { background-color: #B0A26D; }
a { background-color: rgb(176,162,109); }
div.DivClassName
{
background-color: #B0A26D;
}
.BgClassName
{
background-color: #B0A26D;
}
</style>
border-color css
<style>
span { border-color: #B0A26D; }
span { border-color: rgb(176,162,109); }
td.TdClassName
{
border-color: #B0A26D;
}
.TagClassName
{
border-color: #B0A26D;
}
</style>