Shades of Fallow #BBA36B
Tints of Fallow #BBA36B
RGB
CMYK
RGB Variations
Color information
#BBA36B (or 0xBBA36B) is known color: Fallow. HEX triplet: BB, A3 and 6B. RGB value is (187,163,107). Sum of RGB (Red+Green+Blue) = 187+163+107=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA36B is #445C94. Grayscale: #A4A4A4. Windows color (decimal): -4480149 or 7054267. OLE color: 7054267.
HSL color Cylindrical-coordinate representation of color #BBA36B: hue angle of 42º 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 #BBA36B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 107 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.27 |
| HSL | 42º | 0.37% | 0.58% | - |
| HSV(B) | 42º | 0.43% | 0.73% | - |
| XYZ | 36.24 | 37.82 | 19.3 | - |
| YUV | 163.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 107 | 0 | 0.13 | 0.43 | 0.27 | 42 | 0.37 | 0.58 |
| Hex | BB | A3 | 6B | 0 | D | 2B | 1B | 2A | 25 | 3A |
| Octal | 273 | 243 | 153 | 0 | 15 | 53 | 33 | 52 | 45 | 72 |
| Binary | 10111011 | 10100011 | 1101011 | 0 | 1101 | 101011 | 11011 | 101010 | 100101 | 111010 |
Color Harmonies of #BBA36B
Complementary color
Monochromatic Colors of #BBA36B
Black with #BBA36B
Text Example
Text Example
White with #BBA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA36B; }
p { color: rgb(187,163,107); }
H1.HeaderClassName
{
color: #BBA36B;
}
.AnyTagClassName
{
color: #BBA36B;
}
</style>
background-color css
<style>
a { background-color: #BBA36B; }
a { background-color: rgb(187,163,107); }
div.DivClassName
{
background-color: #BBA36B;
}
.BgClassName
{
background-color: #BBA36B;
}
</style>
border-color css
<style>
span { border-color: #BBA36B; }
span { border-color: rgb(187,163,107); }
td.TdClassName
{
border-color: #BBA36B;
}
.TagClassName
{
border-color: #BBA36B;
}
</style>