Shades of Fallow #B99672
Tints of Fallow #B99672
RGB
CMYK
RGB Variations
Color information
#B99672 (or 0xB99672) is known color: Fallow. HEX triplet: B9, 96 and 72. RGB value is (185,150,114). Sum of RGB (Red+Green+Blue) = 185+150+114=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B99672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99672 is #46698D. Grayscale: #9C9C9C. Windows color (decimal): -4614542 or 7509689. OLE color: 7509689.
HSL color Cylindrical-coordinate representation of color #B99672: hue angle of 30.42º 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 #B99672 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 114 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.27 |
| HSL | 30.42º | 0.34% | 0.59% | - |
| HSV(B) | 30.42º | 0.38% | 0.73% | - |
| XYZ | 33.95 | 33.34 | 20.57 | - |
| YUV | 156.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 114 | 0 | 0.19 | 0.38 | 0.27 | 30.42 | 0.34 | 0.59 |
| Hex | B9 | 96 | 72 | 0 | 13 | 26 | 1B | 1E | 22 | 3B |
| Octal | 271 | 226 | 162 | 0 | 23 | 46 | 33 | 36 | 42 | 73 |
| Binary | 10111001 | 10010110 | 1110010 | 0 | 10011 | 100110 | 11011 | 11110 | 100010 | 111011 |
Color Harmonies of #B99672
Complementary color
Monochromatic Colors of #B99672
Black with #B99672
Text Example
Text Example
White with #B99672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99672; }
p { color: rgb(185,150,114); }
H1.HeaderClassName
{
color: #B99672;
}
.AnyTagClassName
{
color: #B99672;
}
</style>
background-color css
<style>
a { background-color: #B99672; }
a { background-color: rgb(185,150,114); }
div.DivClassName
{
background-color: #B99672;
}
.BgClassName
{
background-color: #B99672;
}
</style>
border-color css
<style>
span { border-color: #B99672; }
span { border-color: rgb(185,150,114); }
td.TdClassName
{
border-color: #B99672;
}
.TagClassName
{
border-color: #B99672;
}
</style>