Shades of Tallow #B1A06B
Tints of Tallow #B1A06B
RGB
CMYK
RGB Variations
Color information
#B1A06B (or 0xB1A06B) is known color: Tallow. HEX triplet: B1, A0 and 6B. RGB value is (177,160,107). Sum of RGB (Red+Green+Blue) = 177+160+107=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A06B is #4E5F94. Grayscale: #9F9F9F. Windows color (decimal): -5136277 or 7053489. OLE color: 7053489.
HSL color Cylindrical-coordinate representation of color #B1A06B: hue angle of 45.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1A06B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 107 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.31 |
| HSL | 45.43º | 0.31% | 0.56% | - |
| HSV(B) | 45.43º | 0.4% | 0.69% | - |
| XYZ | 33.36 | 35.55 | 19.01 | - |
| YUV | 159.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 107 | 0 | 0.10 | 0.40 | 0.31 | 45.43 | 0.31 | 0.56 |
| Hex | B1 | A0 | 6B | 0 | A | 28 | 1F | 2D | 1F | 38 |
| Octal | 261 | 240 | 153 | 0 | 12 | 50 | 37 | 55 | 37 | 70 |
| Binary | 10110001 | 10100000 | 1101011 | 0 | 1010 | 101000 | 11111 | 101101 | 11111 | 111000 |
Color Harmonies of #B1A06B
Complementary color
Monochromatic Colors of #B1A06B
Black with #B1A06B
Text Example
Text Example
White with #B1A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A06B; }
p { color: rgb(177,160,107); }
H1.HeaderClassName
{
color: #B1A06B;
}
.AnyTagClassName
{
color: #B1A06B;
}
</style>
background-color css
<style>
a { background-color: #B1A06B; }
a { background-color: rgb(177,160,107); }
div.DivClassName
{
background-color: #B1A06B;
}
.BgClassName
{
background-color: #B1A06B;
}
</style>
border-color css
<style>
span { border-color: #B1A06B; }
span { border-color: rgb(177,160,107); }
td.TdClassName
{
border-color: #B1A06B;
}
.TagClassName
{
border-color: #B1A06B;
}
</style>