Shades of Fallow #BB966A
Tints of Fallow #BB966A
RGB
CMYK
RGB Variations
Color information
#BB966A (or 0xBB966A) is known color: Fallow. HEX triplet: BB, 96 and 6A. RGB value is (187,150,106). Sum of RGB (Red+Green+Blue) = 187+150+106=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB966A is #446995. Grayscale: #9C9C9C. Windows color (decimal): -4483478 or 6985403. OLE color: 6985403.
HSL color Cylindrical-coordinate representation of color #BB966A: hue angle of 32.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB966A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 106 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.27 |
| HSL | 32.59º | 0.37% | 0.57% | - |
| HSV(B) | 32.59º | 0.43% | 0.73% | - |
| XYZ | 34 | 33.42 | 18.29 | - |
| YUV | 156.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 106 | 0 | 0.20 | 0.43 | 0.27 | 32.59 | 0.37 | 0.57 |
| Hex | BB | 96 | 6A | 0 | 14 | 2B | 1B | 21 | 25 | 39 |
| Octal | 273 | 226 | 152 | 0 | 24 | 53 | 33 | 41 | 45 | 71 |
| Binary | 10111011 | 10010110 | 1101010 | 0 | 10100 | 101011 | 11011 | 100001 | 100101 | 111001 |
Color Harmonies of #BB966A
Complementary color
Monochromatic Colors of #BB966A
Black with #BB966A
Text Example
Text Example
White with #BB966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB966A; }
p { color: rgb(187,150,106); }
H1.HeaderClassName
{
color: #BB966A;
}
.AnyTagClassName
{
color: #BB966A;
}
</style>
background-color css
<style>
a { background-color: #BB966A; }
a { background-color: rgb(187,150,106); }
div.DivClassName
{
background-color: #BB966A;
}
.BgClassName
{
background-color: #BB966A;
}
</style>
border-color css
<style>
span { border-color: #BB966A; }
span { border-color: rgb(187,150,106); }
td.TdClassName
{
border-color: #BB966A;
}
.TagClassName
{
border-color: #BB966A;
}
</style>