Shades of Fallow #BBA26F
Tints of Fallow #BBA26F
RGB
CMYK
RGB Variations
Color information
#BBA26F (or 0xBBA26F) is known color: Fallow. HEX triplet: BB, A2 and 6F. RGB value is (187,162,111). Sum of RGB (Red+Green+Blue) = 187+162+111=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA26F is #445D90. Grayscale: #A3A3A3. Windows color (decimal): -4480401 or 7316155. OLE color: 7316155.
HSL color Cylindrical-coordinate representation of color #BBA26F: hue angle of 40.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBA26F is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 162 | 111 | - |
CMYK | 0 | 0.13 | 0.41 | 0.27 |
HSL | 40.26º | 0.36% | 0.58% | - |
HSV(B) | 40.26º | 0.41% | 0.73% | - |
XYZ | 36.28 | 37.55 | 20.38 | - |
YUV | 163.66 | 98.28 | 144.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 162 | 111 | 0 | 0.13 | 0.41 | 0.27 | 40.26 | 0.36 | 0.58 |
Hex | BB | A2 | 6F | 0 | D | 29 | 1B | 28 | 24 | 3A |
Octal | 273 | 242 | 157 | 0 | 15 | 51 | 33 | 50 | 44 | 72 |
Binary | 10111011 | 10100010 | 1101111 | 0 | 1101 | 101001 | 11011 | 101000 | 100100 | 111010 |
Color Harmonies of #BBA26F
Complementary color
Monochromatic Colors of #BBA26F
Black with #BBA26F
Text Example
Text Example
White with #BBA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA26F; }
p { color: rgb(187,162,111); }
H1.HeaderClassName
{
color: #BBA26F;
}
.AnyTagClassName
{
color: #BBA26F;
}
</style>
background-color css
<style>
a { background-color: #BBA26F; }
a { background-color: rgb(187,162,111); }
div.DivClassName
{
background-color: #BBA26F;
}
.BgClassName
{
background-color: #BBA26F;
}
</style>
border-color css
<style>
span { border-color: #BBA26F; }
span { border-color: rgb(187,162,111); }
td.TdClassName
{
border-color: #BBA26F;
}
.TagClassName
{
border-color: #BBA26F;
}
</style>