Shades of Tallow #B3A06C
Tints of Tallow #B3A06C
RGB
CMYK
RGB Variations
Color information
#B3A06C (or 0xB3A06C) is known color: Tallow. HEX triplet: B3, A0 and 6C. RGB value is (179,160,108). Sum of RGB (Red+Green+Blue) = 179+160+108=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A06C is #4C5F93. Grayscale: #9F9F9F. Windows color (decimal): -5005204 or 7119027. OLE color: 7119027.
HSL color Cylindrical-coordinate representation of color #B3A06C: hue angle of 43.94º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3A06C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 108 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.30 |
| HSL | 43.94º | 0.32% | 0.56% | - |
| HSV(B) | 43.94º | 0.4% | 0.7% | - |
| XYZ | 33.87 | 35.81 | 19.31 | - |
| YUV | 159.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 108 | 0 | 0.11 | 0.40 | 0.30 | 43.94 | 0.32 | 0.56 |
| Hex | B3 | A0 | 6C | 0 | B | 28 | 1E | 2C | 20 | 38 |
| Octal | 263 | 240 | 154 | 0 | 13 | 50 | 36 | 54 | 40 | 70 |
| Binary | 10110011 | 10100000 | 1101100 | 0 | 1011 | 101000 | 11110 | 101100 | 100000 | 111000 |
Color Harmonies of #B3A06C
Complementary color
Monochromatic Colors of #B3A06C
Black with #B3A06C
Text Example
Text Example
White with #B3A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A06C; }
p { color: rgb(179,160,108); }
H1.HeaderClassName
{
color: #B3A06C;
}
.AnyTagClassName
{
color: #B3A06C;
}
</style>
background-color css
<style>
a { background-color: #B3A06C; }
a { background-color: rgb(179,160,108); }
div.DivClassName
{
background-color: #B3A06C;
}
.BgClassName
{
background-color: #B3A06C;
}
</style>
border-color css
<style>
span { border-color: #B3A06C; }
span { border-color: rgb(179,160,108); }
td.TdClassName
{
border-color: #B3A06C;
}
.TagClassName
{
border-color: #B3A06C;
}
</style>