Shades of Tallow #B1A26E
Tints of Tallow #B1A26E
RGB
CMYK
RGB Variations
Color information
#B1A26E (or 0xB1A26E) is known color: Tallow. HEX triplet: B1, A2 and 6E. RGB value is (177,162,110). Sum of RGB (Red+Green+Blue) = 177+162+110=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A26E is #4E5D91. Grayscale: #A0A0A0. Windows color (decimal): -5135762 or 7250609. OLE color: 7250609.
HSL color Cylindrical-coordinate representation of color #B1A26E: hue angle of 46.57º 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 #B1A26E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 110 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.31 |
| HSL | 46.57º | 0.3% | 0.56% | - |
| HSV(B) | 46.57º | 0.38% | 0.69% | - |
| XYZ | 33.87 | 36.31 | 19.98 | - |
| YUV | 160.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 110 | 0 | 0.08 | 0.38 | 0.31 | 46.57 | 0.3 | 0.56 |
| Hex | B1 | A2 | 6E | 0 | 8 | 26 | 1F | 2F | 1E | 38 |
| Octal | 261 | 242 | 156 | 0 | 10 | 46 | 37 | 57 | 36 | 70 |
| Binary | 10110001 | 10100010 | 1101110 | 0 | 1000 | 100110 | 11111 | 101111 | 11110 | 111000 |
Color Harmonies of #B1A26E
Complementary color
Monochromatic Colors of #B1A26E
Black with #B1A26E
Text Example
Text Example
White with #B1A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A26E; }
p { color: rgb(177,162,110); }
H1.HeaderClassName
{
color: #B1A26E;
}
.AnyTagClassName
{
color: #B1A26E;
}
</style>
background-color css
<style>
a { background-color: #B1A26E; }
a { background-color: rgb(177,162,110); }
div.DivClassName
{
background-color: #B1A26E;
}
.BgClassName
{
background-color: #B1A26E;
}
</style>
border-color css
<style>
span { border-color: #B1A26E; }
span { border-color: rgb(177,162,110); }
td.TdClassName
{
border-color: #B1A26E;
}
.TagClassName
{
border-color: #B1A26E;
}
</style>