Shades of Tallow #B1A075
Tints of Tallow #B1A075
RGB
CMYK
RGB Variations
Color information
#B1A075 (or 0xB1A075) is known color: Tallow. HEX triplet: B1, A0 and 75. RGB value is (177,160,117). Sum of RGB (Red+Green+Blue) = 177+160+117=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A075 is #4E5F8A. Grayscale: #A0A0A0. Windows color (decimal): -5136267 or 7708849. OLE color: 7708849.
HSL color Cylindrical-coordinate representation of color #B1A075: hue angle of 43º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A075 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 117 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.31 |
| HSL | 43º | 0.28% | 0.58% | - |
| HSV(B) | 43º | 0.34% | 0.69% | - |
| XYZ | 33.91 | 35.77 | 21.95 | - |
| YUV | 160.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 117 | 0 | 0.10 | 0.34 | 0.31 | 43 | 0.28 | 0.58 |
| Hex | B1 | A0 | 75 | 0 | A | 22 | 1F | 2B | 1C | 3A |
| Octal | 261 | 240 | 165 | 0 | 12 | 42 | 37 | 53 | 34 | 72 |
| Binary | 10110001 | 10100000 | 1110101 | 0 | 1010 | 100010 | 11111 | 101011 | 11100 | 111010 |
Color Harmonies of #B1A075
Complementary color
Monochromatic Colors of #B1A075
Black with #B1A075
Text Example
Text Example
White with #B1A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A075; }
p { color: rgb(177,160,117); }
H1.HeaderClassName
{
color: #B1A075;
}
.AnyTagClassName
{
color: #B1A075;
}
</style>
background-color css
<style>
a { background-color: #B1A075; }
a { background-color: rgb(177,160,117); }
div.DivClassName
{
background-color: #B1A075;
}
.BgClassName
{
background-color: #B1A075;
}
</style>
border-color css
<style>
span { border-color: #B1A075; }
span { border-color: rgb(177,160,117); }
td.TdClassName
{
border-color: #B1A075;
}
.TagClassName
{
border-color: #B1A075;
}
</style>