Shades of Fallow #BBA06B
Tints of Fallow #BBA06B
RGB
CMYK
RGB Variations
Color information
#BBA06B (or 0xBBA06B) is known color: Fallow. HEX triplet: BB, A0 and 6B. RGB value is (187,160,107). Sum of RGB (Red+Green+Blue) = 187+160+107=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA06B is #445F94. Grayscale: #A2A2A2. Windows color (decimal): -4480917 or 7053499. OLE color: 7053499.
HSL color Cylindrical-coordinate representation of color #BBA06B: hue angle of 39.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA06B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 107 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.27 |
| HSL | 39.75º | 0.37% | 0.58% | - |
| HSV(B) | 39.75º | 0.43% | 0.73% | - |
| XYZ | 35.72 | 36.77 | 19.12 | - |
| YUV | 162.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 107 | 0 | 0.14 | 0.43 | 0.27 | 39.75 | 0.37 | 0.58 |
| Hex | BB | A0 | 6B | 0 | E | 2B | 1B | 28 | 25 | 3A |
| Octal | 273 | 240 | 153 | 0 | 16 | 53 | 33 | 50 | 45 | 72 |
| Binary | 10111011 | 10100000 | 1101011 | 0 | 1110 | 101011 | 11011 | 101000 | 100101 | 111010 |
Color Harmonies of #BBA06B
Complementary color
Monochromatic Colors of #BBA06B
Black with #BBA06B
Text Example
Text Example
White with #BBA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA06B; }
p { color: rgb(187,160,107); }
H1.HeaderClassName
{
color: #BBA06B;
}
.AnyTagClassName
{
color: #BBA06B;
}
</style>
background-color css
<style>
a { background-color: #BBA06B; }
a { background-color: rgb(187,160,107); }
div.DivClassName
{
background-color: #BBA06B;
}
.BgClassName
{
background-color: #BBA06B;
}
</style>
border-color css
<style>
span { border-color: #BBA06B; }
span { border-color: rgb(187,160,107); }
td.TdClassName
{
border-color: #BBA06B;
}
.TagClassName
{
border-color: #BBA06B;
}
</style>