Shades of Fallow #BBA06D
Tints of Fallow #BBA06D
RGB
CMYK
RGB Variations
Color information
#BBA06D (or 0xBBA06D) is known color: Fallow. HEX triplet: BB, A0 and 6D. RGB value is (187,160,109). Sum of RGB (Red+Green+Blue) = 187+160+109=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA06D is #445F92. Grayscale: #A2A2A2. Windows color (decimal): -4480915 or 7184571. OLE color: 7184571.
HSL color Cylindrical-coordinate representation of color #BBA06D: hue angle of 39.23º 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 #BBA06D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 109 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.27 |
| HSL | 39.23º | 0.36% | 0.58% | - |
| HSV(B) | 39.23º | 0.42% | 0.73% | - |
| XYZ | 35.82 | 36.81 | 19.68 | - |
| YUV | 162.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 109 | 0 | 0.14 | 0.42 | 0.27 | 39.23 | 0.36 | 0.58 |
| Hex | BB | A0 | 6D | 0 | E | 2A | 1B | 27 | 24 | 3A |
| Octal | 273 | 240 | 155 | 0 | 16 | 52 | 33 | 47 | 44 | 72 |
| Binary | 10111011 | 10100000 | 1101101 | 0 | 1110 | 101010 | 11011 | 100111 | 100100 | 111010 |
Color Harmonies of #BBA06D
Complementary color
Monochromatic Colors of #BBA06D
Black with #BBA06D
Text Example
Text Example
White with #BBA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA06D; }
p { color: rgb(187,160,109); }
H1.HeaderClassName
{
color: #BBA06D;
}
.AnyTagClassName
{
color: #BBA06D;
}
</style>
background-color css
<style>
a { background-color: #BBA06D; }
a { background-color: rgb(187,160,109); }
div.DivClassName
{
background-color: #BBA06D;
}
.BgClassName
{
background-color: #BBA06D;
}
</style>
border-color css
<style>
span { border-color: #BBA06D; }
span { border-color: rgb(187,160,109); }
td.TdClassName
{
border-color: #BBA06D;
}
.TagClassName
{
border-color: #BBA06D;
}
</style>