Shades of Tallow #B4A073
Tints of Tallow #B4A073
RGB
CMYK
RGB Variations
Color information
#B4A073 (or 0xB4A073) is known color: Tallow. HEX triplet: B4, A0 and 73. RGB value is (180,160,115). Sum of RGB (Red+Green+Blue) = 180+160+115=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A073 is #4B5F8C. Grayscale: #A1A1A1. Windows color (decimal): -4939661 or 7577780. OLE color: 7577780.
HSL color Cylindrical-coordinate representation of color #B4A073: hue angle of 41.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4A073 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 115 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.29 |
| HSL | 41.54º | 0.3% | 0.58% | - |
| HSV(B) | 41.54º | 0.36% | 0.71% | - |
| XYZ | 34.49 | 36.08 | 21.37 | - |
| YUV | 160.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 115 | 0 | 0.11 | 0.36 | 0.29 | 41.54 | 0.3 | 0.58 |
| Hex | B4 | A0 | 73 | 0 | B | 24 | 1D | 2A | 1E | 3A |
| Octal | 264 | 240 | 163 | 0 | 13 | 44 | 35 | 52 | 36 | 72 |
| Binary | 10110100 | 10100000 | 1110011 | 0 | 1011 | 100100 | 11101 | 101010 | 11110 | 111010 |
Color Harmonies of #B4A073
Complementary color
Monochromatic Colors of #B4A073
Black with #B4A073
Text Example
Text Example
White with #B4A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A073; }
p { color: rgb(180,160,115); }
H1.HeaderClassName
{
color: #B4A073;
}
.AnyTagClassName
{
color: #B4A073;
}
</style>
background-color css
<style>
a { background-color: #B4A073; }
a { background-color: rgb(180,160,115); }
div.DivClassName
{
background-color: #B4A073;
}
.BgClassName
{
background-color: #B4A073;
}
</style>
border-color css
<style>
span { border-color: #B4A073; }
span { border-color: rgb(180,160,115); }
td.TdClassName
{
border-color: #B4A073;
}
.TagClassName
{
border-color: #B4A073;
}
</style>