Shades of Fallow #B9A36F
Tints of Fallow #B9A36F
RGB
CMYK
RGB Variations
Color information
#B9A36F (or 0xB9A36F) is known color: Fallow. HEX triplet: B9, A3 and 6F. RGB value is (185,163,111). Sum of RGB (Red+Green+Blue) = 185+163+111=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A36F is #465C90. Grayscale: #A3A3A3. Windows color (decimal): -4611217 or 7316409. OLE color: 7316409.
HSL color Cylindrical-coordinate representation of color #B9A36F: hue angle of 42.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9A36F is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 111 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.27 |
| HSL | 42.16º | 0.35% | 0.58% | - |
| HSV(B) | 42.16º | 0.4% | 0.73% | - |
| XYZ | 35.97 | 37.66 | 20.41 | - |
| YUV | 163.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 111 | 0 | 0.12 | 0.4 | 0.27 | 42.16 | 0.35 | 0.58 |
| Hex | B9 | A3 | 6F | 0 | C | 28 | 1B | 2A | 23 | 3A |
| Octal | 271 | 243 | 157 | 0 | 14 | 50 | 33 | 52 | 43 | 72 |
| Binary | 10111001 | 10100011 | 1101111 | 0 | 1100 | 101000 | 11011 | 101010 | 100011 | 111010 |
Color Harmonies of #B9A36F
Complementary color
Monochromatic Colors of #B9A36F
Black with #B9A36F
Text Example
Text Example
White with #B9A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A36F; }
p { color: rgb(185,163,111); }
H1.HeaderClassName
{
color: #B9A36F;
}
.AnyTagClassName
{
color: #B9A36F;
}
</style>
background-color css
<style>
a { background-color: #B9A36F; }
a { background-color: rgb(185,163,111); }
div.DivClassName
{
background-color: #B9A36F;
}
.BgClassName
{
background-color: #B9A36F;
}
</style>
border-color css
<style>
span { border-color: #B9A36F; }
span { border-color: rgb(185,163,111); }
td.TdClassName
{
border-color: #B9A36F;
}
.TagClassName
{
border-color: #B9A36F;
}
</style>