Shades of Tallow #B4A172
Tints of Tallow #B4A172
RGB
CMYK
RGB Variations
Color information
#B4A172 (or 0xB4A172) is known color: Tallow. HEX triplet: B4, A1 and 72. RGB value is (180,161,114). Sum of RGB (Red+Green+Blue) = 180+161+114=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A172 is #4B5E8D. Grayscale: #A1A1A1. Windows color (decimal): -4939406 or 7512500. OLE color: 7512500.
HSL color Cylindrical-coordinate representation of color #B4A172: hue angle of 42.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4A172 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 114 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.29 |
| HSL | 42.73º | 0.31% | 0.58% | - |
| HSV(B) | 42.73º | 0.37% | 0.71% | - |
| XYZ | 34.6 | 36.41 | 21.12 | - |
| YUV | 161.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 114 | 0 | 0.11 | 0.37 | 0.29 | 42.73 | 0.31 | 0.58 |
| Hex | B4 | A1 | 72 | 0 | B | 25 | 1D | 2B | 1F | 3A |
| Octal | 264 | 241 | 162 | 0 | 13 | 45 | 35 | 53 | 37 | 72 |
| Binary | 10110100 | 10100001 | 1110010 | 0 | 1011 | 100101 | 11101 | 101011 | 11111 | 111010 |
Color Harmonies of #B4A172
Complementary color
Monochromatic Colors of #B4A172
Black with #B4A172
Text Example
Text Example
White with #B4A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A172; }
p { color: rgb(180,161,114); }
H1.HeaderClassName
{
color: #B4A172;
}
.AnyTagClassName
{
color: #B4A172;
}
</style>
background-color css
<style>
a { background-color: #B4A172; }
a { background-color: rgb(180,161,114); }
div.DivClassName
{
background-color: #B4A172;
}
.BgClassName
{
background-color: #B4A172;
}
</style>
border-color css
<style>
span { border-color: #B4A172; }
span { border-color: rgb(180,161,114); }
td.TdClassName
{
border-color: #B4A172;
}
.TagClassName
{
border-color: #B4A172;
}
</style>