Shades of Fallow #B99766
Tints of Fallow #B99766
RGB
CMYK
RGB Variations
Color information
#B99766 (or 0xB99766) is known color: Fallow. HEX triplet: B9, 97 and 66. RGB value is (185,151,102). Sum of RGB (Red+Green+Blue) = 185+151+102=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B99766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99766 is #466899. Grayscale: #9B9B9B. Windows color (decimal): -4614298 or 6723513. OLE color: 6723513.
HSL color Cylindrical-coordinate representation of color #B99766: hue angle of 35.42º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B99766 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 102 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.27 |
| HSL | 35.42º | 0.37% | 0.56% | - |
| HSV(B) | 35.42º | 0.45% | 0.73% | - |
| XYZ | 33.47 | 33.41 | 17.25 | - |
| YUV | 155.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 102 | 0 | 0.18 | 0.45 | 0.27 | 35.42 | 0.37 | 0.56 |
| Hex | B9 | 97 | 66 | 0 | 12 | 2D | 1B | 23 | 25 | 38 |
| Octal | 271 | 227 | 146 | 0 | 22 | 55 | 33 | 43 | 45 | 70 |
| Binary | 10111001 | 10010111 | 1100110 | 0 | 10010 | 101101 | 11011 | 100011 | 100101 | 111000 |
Color Harmonies of #B99766
Complementary color
Monochromatic Colors of #B99766
Black with #B99766
Text Example
Text Example
White with #B99766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99766; }
p { color: rgb(185,151,102); }
H1.HeaderClassName
{
color: #B99766;
}
.AnyTagClassName
{
color: #B99766;
}
</style>
background-color css
<style>
a { background-color: #B99766; }
a { background-color: rgb(185,151,102); }
div.DivClassName
{
background-color: #B99766;
}
.BgClassName
{
background-color: #B99766;
}
</style>
border-color css
<style>
span { border-color: #B99766; }
span { border-color: rgb(185,151,102); }
td.TdClassName
{
border-color: #B99766;
}
.TagClassName
{
border-color: #B99766;
}
</style>