Shades of Tallow #B3A26F
Tints of Tallow #B3A26F
RGB
CMYK
RGB Variations
Color information
#B3A26F (or 0xB3A26F) is known color: Tallow. HEX triplet: B3, A2 and 6F. RGB value is (179,162,111). Sum of RGB (Red+Green+Blue) = 179+162+111=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A26F is #4C5D90. Grayscale: #A1A1A1. Windows color (decimal): -5004689 or 7316147. OLE color: 7316147.
HSL color Cylindrical-coordinate representation of color #B3A26F: hue angle of 45º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3A26F is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 111 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.30 |
| HSL | 45º | 0.31% | 0.57% | - |
| HSV(B) | 45º | 0.38% | 0.7% | - |
| XYZ | 34.38 | 36.57 | 20.29 | - |
| YUV | 161.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 111 | 0 | 0.09 | 0.38 | 0.30 | 45 | 0.31 | 0.57 |
| Hex | B3 | A2 | 6F | 0 | 9 | 26 | 1E | 2D | 1F | 39 |
| Octal | 263 | 242 | 157 | 0 | 11 | 46 | 36 | 55 | 37 | 71 |
| Binary | 10110011 | 10100010 | 1101111 | 0 | 1001 | 100110 | 11110 | 101101 | 11111 | 111001 |
Color Harmonies of #B3A26F
Complementary color
Monochromatic Colors of #B3A26F
Black with #B3A26F
Text Example
Text Example
White with #B3A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A26F; }
p { color: rgb(179,162,111); }
H1.HeaderClassName
{
color: #B3A26F;
}
.AnyTagClassName
{
color: #B3A26F;
}
</style>
background-color css
<style>
a { background-color: #B3A26F; }
a { background-color: rgb(179,162,111); }
div.DivClassName
{
background-color: #B3A26F;
}
.BgClassName
{
background-color: #B3A26F;
}
</style>
border-color css
<style>
span { border-color: #B3A26F; }
span { border-color: rgb(179,162,111); }
td.TdClassName
{
border-color: #B3A26F;
}
.TagClassName
{
border-color: #B3A26F;
}
</style>