Shades of Fallow #BB966D
Tints of Fallow #BB966D
RGB
CMYK
RGB Variations
Color information
#BB966D (or 0xBB966D) is known color: Fallow. HEX triplet: BB, 96 and 6D. RGB value is (187,150,109). Sum of RGB (Red+Green+Blue) = 187+150+109=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB966D is #446992. Grayscale: #9C9C9C. Windows color (decimal): -4483475 or 7182011. OLE color: 7182011.
HSL color Cylindrical-coordinate representation of color #BB966D: hue angle of 31.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB966D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 109 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.27 |
| HSL | 31.54º | 0.36% | 0.58% | - |
| HSV(B) | 31.54º | 0.42% | 0.73% | - |
| XYZ | 34.16 | 33.48 | 19.13 | - |
| YUV | 156.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 109 | 0 | 0.20 | 0.42 | 0.27 | 31.54 | 0.36 | 0.58 |
| Hex | BB | 96 | 6D | 0 | 14 | 2A | 1B | 20 | 24 | 3A |
| Octal | 273 | 226 | 155 | 0 | 24 | 52 | 33 | 40 | 44 | 72 |
| Binary | 10111011 | 10010110 | 1101101 | 0 | 10100 | 101010 | 11011 | 100000 | 100100 | 111010 |
Color Harmonies of #BB966D
Complementary color
Monochromatic Colors of #BB966D
Black with #BB966D
Text Example
Text Example
White with #BB966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB966D; }
p { color: rgb(187,150,109); }
H1.HeaderClassName
{
color: #BB966D;
}
.AnyTagClassName
{
color: #BB966D;
}
</style>
background-color css
<style>
a { background-color: #BB966D; }
a { background-color: rgb(187,150,109); }
div.DivClassName
{
background-color: #BB966D;
}
.BgClassName
{
background-color: #BB966D;
}
</style>
border-color css
<style>
span { border-color: #BB966D; }
span { border-color: rgb(187,150,109); }
td.TdClassName
{
border-color: #BB966D;
}
.TagClassName
{
border-color: #BB966D;
}
</style>