Shades of Fallow #B9A572
Tints of Fallow #B9A572
RGB
CMYK
RGB Variations
Color information
#B9A572 (or 0xB9A572) is known color: Fallow. HEX triplet: B9, A5 and 72. RGB value is (185,165,114). Sum of RGB (Red+Green+Blue) = 185+165+114=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A572 is #465A8D. Grayscale: #A5A5A5. Windows color (decimal): -4610702 or 7513529. OLE color: 7513529.
HSL color Cylindrical-coordinate representation of color #B9A572: hue angle of 43.1º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9A572 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 114 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.27 |
| HSL | 43.1º | 0.34% | 0.59% | - |
| HSV(B) | 43.1º | 0.38% | 0.73% | - |
| XYZ | 36.5 | 38.44 | 21.42 | - |
| YUV | 165.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 114 | 0 | 0.11 | 0.38 | 0.27 | 43.1 | 0.34 | 0.59 |
| Hex | B9 | A5 | 72 | 0 | B | 26 | 1B | 2B | 22 | 3B |
| Octal | 271 | 245 | 162 | 0 | 13 | 46 | 33 | 53 | 42 | 73 |
| Binary | 10111001 | 10100101 | 1110010 | 0 | 1011 | 100110 | 11011 | 101011 | 100010 | 111011 |
Color Harmonies of #B9A572
Complementary color
Monochromatic Colors of #B9A572
Black with #B9A572
Text Example
Text Example
White with #B9A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A572; }
p { color: rgb(185,165,114); }
H1.HeaderClassName
{
color: #B9A572;
}
.AnyTagClassName
{
color: #B9A572;
}
</style>
background-color css
<style>
a { background-color: #B9A572; }
a { background-color: rgb(185,165,114); }
div.DivClassName
{
background-color: #B9A572;
}
.BgClassName
{
background-color: #B9A572;
}
</style>
border-color css
<style>
span { border-color: #B9A572; }
span { border-color: rgb(185,165,114); }
td.TdClassName
{
border-color: #B9A572;
}
.TagClassName
{
border-color: #B9A572;
}
</style>