Shades of Tallow #B3A270
Tints of Tallow #B3A270
RGB
CMYK
RGB Variations
Color information
#B3A270 (or 0xB3A270) is known color: Tallow. HEX triplet: B3, A2 and 70. RGB value is (179,162,112). Sum of RGB (Red+Green+Blue) = 179+162+112=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A270 is #4C5D8F. Grayscale: #A1A1A1. Windows color (decimal): -5004688 or 7381683. OLE color: 7381683.
HSL color Cylindrical-coordinate representation of color #B3A270: hue angle of 44.78º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3A270 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 112 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.30 |
| HSL | 44.78º | 0.31% | 0.57% | - |
| HSV(B) | 44.78º | 0.37% | 0.7% | - |
| XYZ | 34.44 | 36.59 | 20.58 | - |
| YUV | 161.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 112 | 0 | 0.09 | 0.37 | 0.30 | 44.78 | 0.31 | 0.57 |
| Hex | B3 | A2 | 70 | 0 | 9 | 25 | 1E | 2D | 1F | 39 |
| Octal | 263 | 242 | 160 | 0 | 11 | 45 | 36 | 55 | 37 | 71 |
| Binary | 10110011 | 10100010 | 1110000 | 0 | 1001 | 100101 | 11110 | 101101 | 11111 | 111001 |
Color Harmonies of #B3A270
Complementary color
Monochromatic Colors of #B3A270
Black with #B3A270
Text Example
Text Example
White with #B3A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A270; }
p { color: rgb(179,162,112); }
H1.HeaderClassName
{
color: #B3A270;
}
.AnyTagClassName
{
color: #B3A270;
}
</style>
background-color css
<style>
a { background-color: #B3A270; }
a { background-color: rgb(179,162,112); }
div.DivClassName
{
background-color: #B3A270;
}
.BgClassName
{
background-color: #B3A270;
}
</style>
border-color css
<style>
span { border-color: #B3A270; }
span { border-color: rgb(179,162,112); }
td.TdClassName
{
border-color: #B3A270;
}
.TagClassName
{
border-color: #B3A270;
}
</style>