Shades of Fallow #B9976C
Tints of Fallow #B9976C
RGB
CMYK
RGB Variations
Color information
#B9976C (or 0xB9976C) is known color: Fallow. HEX triplet: B9, 97 and 6C. RGB value is (185,151,108). Sum of RGB (Red+Green+Blue) = 185+151+108=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9976C is #466893. Grayscale: #9C9C9C. Windows color (decimal): -4614292 or 7116729. OLE color: 7116729.
HSL color Cylindrical-coordinate representation of color #B9976C: hue angle of 33.51º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9976C is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 108 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.27 |
| HSL | 33.51º | 0.35% | 0.57% | - |
| HSV(B) | 33.51º | 0.42% | 0.73% | - |
| XYZ | 33.78 | 33.53 | 18.88 | - |
| YUV | 156.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 108 | 0 | 0.18 | 0.42 | 0.27 | 33.51 | 0.35 | 0.57 |
| Hex | B9 | 97 | 6C | 0 | 12 | 2A | 1B | 22 | 23 | 39 |
| Octal | 271 | 227 | 154 | 0 | 22 | 52 | 33 | 42 | 43 | 71 |
| Binary | 10111001 | 10010111 | 1101100 | 0 | 10010 | 101010 | 11011 | 100010 | 100011 | 111001 |
Color Harmonies of #B9976C
Complementary color
Monochromatic Colors of #B9976C
Black with #B9976C
Text Example
Text Example
White with #B9976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9976C; }
p { color: rgb(185,151,108); }
H1.HeaderClassName
{
color: #B9976C;
}
.AnyTagClassName
{
color: #B9976C;
}
</style>
background-color css
<style>
a { background-color: #B9976C; }
a { background-color: rgb(185,151,108); }
div.DivClassName
{
background-color: #B9976C;
}
.BgClassName
{
background-color: #B9976C;
}
</style>
border-color css
<style>
span { border-color: #B9976C; }
span { border-color: rgb(185,151,108); }
td.TdClassName
{
border-color: #B9976C;
}
.TagClassName
{
border-color: #B9976C;
}
</style>