Shades of Tallow #B09C73
Tints of Tallow #B09C73
RGB
CMYK
RGB Variations
Color information
#B09C73 (or 0xB09C73) is known color: Tallow. HEX triplet: B0, 9C and 73. RGB value is (176,156,115). Sum of RGB (Red+Green+Blue) = 176+156+115=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C73 is #4F638C. Grayscale: #9D9D9D. Windows color (decimal): -5202829 or 7576752. OLE color: 7576752.
HSL color Cylindrical-coordinate representation of color #B09C73: hue angle of 40.33º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09C73 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 115 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.31 |
| HSL | 40.33º | 0.28% | 0.57% | - |
| HSV(B) | 40.33º | 0.35% | 0.69% | - |
| XYZ | 32.89 | 34.24 | 21.1 | - |
| YUV | 157.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 115 | 0 | 0.11 | 0.35 | 0.31 | 40.33 | 0.28 | 0.57 |
| Hex | B0 | 9C | 73 | 0 | B | 23 | 1F | 28 | 1C | 39 |
| Octal | 260 | 234 | 163 | 0 | 13 | 43 | 37 | 50 | 34 | 71 |
| Binary | 10110000 | 10011100 | 1110011 | 0 | 1011 | 100011 | 11111 | 101000 | 11100 | 111001 |
Color Harmonies of #B09C73
Complementary color
Monochromatic Colors of #B09C73
Black with #B09C73
Text Example
Text Example
White with #B09C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C73; }
p { color: rgb(176,156,115); }
H1.HeaderClassName
{
color: #B09C73;
}
.AnyTagClassName
{
color: #B09C73;
}
</style>
background-color css
<style>
a { background-color: #B09C73; }
a { background-color: rgb(176,156,115); }
div.DivClassName
{
background-color: #B09C73;
}
.BgClassName
{
background-color: #B09C73;
}
</style>
border-color css
<style>
span { border-color: #B09C73; }
span { border-color: rgb(176,156,115); }
td.TdClassName
{
border-color: #B09C73;
}
.TagClassName
{
border-color: #B09C73;
}
</style>