Shades of Tallow #B1A26D
Tints of Tallow #B1A26D
RGB
CMYK
RGB Variations
Color information
#B1A26D (or 0xB1A26D) is known color: Tallow. HEX triplet: B1, A2 and 6D. RGB value is (177,162,109). Sum of RGB (Red+Green+Blue) = 177+162+109=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A26D is #4E5D92. Grayscale: #A0A0A0. Windows color (decimal): -5135763 or 7185073. OLE color: 7185073.
HSL color Cylindrical-coordinate representation of color #B1A26D: hue angle of 46.76º 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 #B1A26D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 109 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.31 |
| HSL | 46.76º | 0.3% | 0.56% | - |
| HSV(B) | 46.76º | 0.38% | 0.69% | - |
| XYZ | 33.81 | 36.29 | 19.69 | - |
| YUV | 160.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 109 | 0 | 0.08 | 0.38 | 0.31 | 46.76 | 0.3 | 0.56 |
| Hex | B1 | A2 | 6D | 0 | 8 | 26 | 1F | 2F | 1E | 38 |
| Octal | 261 | 242 | 155 | 0 | 10 | 46 | 37 | 57 | 36 | 70 |
| Binary | 10110001 | 10100010 | 1101101 | 0 | 1000 | 100110 | 11111 | 101111 | 11110 | 111000 |
Color Harmonies of #B1A26D
Complementary color
Monochromatic Colors of #B1A26D
Black with #B1A26D
Text Example
Text Example
White with #B1A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A26D; }
p { color: rgb(177,162,109); }
H1.HeaderClassName
{
color: #B1A26D;
}
.AnyTagClassName
{
color: #B1A26D;
}
</style>
background-color css
<style>
a { background-color: #B1A26D; }
a { background-color: rgb(177,162,109); }
div.DivClassName
{
background-color: #B1A26D;
}
.BgClassName
{
background-color: #B1A26D;
}
</style>
border-color css
<style>
span { border-color: #B1A26D; }
span { border-color: rgb(177,162,109); }
td.TdClassName
{
border-color: #B1A26D;
}
.TagClassName
{
border-color: #B1A26D;
}
</style>