Shades of Tallow #B1A16E
Tints of Tallow #B1A16E
RGB
CMYK
RGB Variations
Color information
#B1A16E (or 0xB1A16E) is known color: Tallow. HEX triplet: B1, A1 and 6E. RGB value is (177,161,110). Sum of RGB (Red+Green+Blue) = 177+161+110=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A16E is #4E5E91. Grayscale: #A0A0A0. Windows color (decimal): -5136018 or 7250353. OLE color: 7250353.
HSL color Cylindrical-coordinate representation of color #B1A16E: 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 #B1A16E is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 110 | - |
| 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.69 | 35.96 | 19.92 | - |
| YUV | 159.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 110 | 0 | 0.09 | 0.38 | 0.31 | 45.67 | 0.3 | 0.56 |
| Hex | B1 | A1 | 6E | 0 | 9 | 26 | 1F | 2E | 1E | 38 |
| Octal | 261 | 241 | 156 | 0 | 11 | 46 | 37 | 56 | 36 | 70 |
| Binary | 10110001 | 10100001 | 1101110 | 0 | 1001 | 100110 | 11111 | 101110 | 11110 | 111000 |
Color Harmonies of #B1A16E
Complementary color
Monochromatic Colors of #B1A16E
Black with #B1A16E
Text Example
Text Example
White with #B1A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A16E; }
p { color: rgb(177,161,110); }
H1.HeaderClassName
{
color: #B1A16E;
}
.AnyTagClassName
{
color: #B1A16E;
}
</style>
background-color css
<style>
a { background-color: #B1A16E; }
a { background-color: rgb(177,161,110); }
div.DivClassName
{
background-color: #B1A16E;
}
.BgClassName
{
background-color: #B1A16E;
}
</style>
border-color css
<style>
span { border-color: #B1A16E; }
span { border-color: rgb(177,161,110); }
td.TdClassName
{
border-color: #B1A16E;
}
.TagClassName
{
border-color: #B1A16E;
}
</style>