Shades of Fallow #BB9966
Tints of Fallow #BB9966
RGB
CMYK
RGB Variations
Color information
#BB9966 (or 0xBB9966) is known color: Fallow. HEX triplet: BB, 99 and 66. RGB value is (187,153,102). Sum of RGB (Red+Green+Blue) = 187+153+102=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9966 is #446699. Grayscale: #9D9D9D. Windows color (decimal): -4482714 or 6724027. OLE color: 6724027.
HSL color Cylindrical-coordinate representation of color #BB9966: hue angle of 36º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB9966 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 102 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.27 |
| HSL | 36º | 0.38% | 0.57% | - |
| HSV(B) | 36º | 0.45% | 0.73% | - |
| XYZ | 34.28 | 34.31 | 17.39 | - |
| YUV | 157.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 102 | 0 | 0.18 | 0.45 | 0.27 | 36 | 0.38 | 0.57 |
| Hex | BB | 99 | 66 | 0 | 12 | 2D | 1B | 24 | 26 | 39 |
| Octal | 273 | 231 | 146 | 0 | 22 | 55 | 33 | 44 | 46 | 71 |
| Binary | 10111011 | 10011001 | 1100110 | 0 | 10010 | 101101 | 11011 | 100100 | 100110 | 111001 |
Color Harmonies of #BB9966
Complementary color
Monochromatic Colors of #BB9966
Black with #BB9966
Text Example
Text Example
White with #BB9966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9966; }
p { color: rgb(187,153,102); }
H1.HeaderClassName
{
color: #BB9966;
}
.AnyTagClassName
{
color: #BB9966;
}
</style>
background-color css
<style>
a { background-color: #BB9966; }
a { background-color: rgb(187,153,102); }
div.DivClassName
{
background-color: #BB9966;
}
.BgClassName
{
background-color: #BB9966;
}
</style>
border-color css
<style>
span { border-color: #BB9966; }
span { border-color: rgb(187,153,102); }
td.TdClassName
{
border-color: #BB9966;
}
.TagClassName
{
border-color: #BB9966;
}
</style>